mirror of https://github.com/acidanthera/audk.git
ArmPlatformPkg/ArmVirtualizationPkg: Removed compiler family to the AArch64 assembly files
LLVM/ARMCC6 supports GNU assembly language. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16509 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
4a8fa966d3
commit
a40ff4578d
|
@ -38,7 +38,7 @@
|
|||
ArmJunoMem.c
|
||||
|
||||
[Sources.AARCH64]
|
||||
AArch64/ArmJunoHelper.S | GCC
|
||||
AArch64/ArmJunoHelper.S
|
||||
|
||||
[Sources.ARM]
|
||||
Arm/ArmJunoHelper.S | GCC
|
||||
|
|
|
@ -41,7 +41,7 @@
|
|||
VirtMem.c
|
||||
|
||||
[Sources.AARCH64]
|
||||
AARCH64/VirtHelper.S | GCC
|
||||
AARCH64/VirtHelper.S
|
||||
|
||||
[Sources.ARM]
|
||||
ARM/VirtHelper.S | GCC
|
||||
|
|
Loading…
Reference in New Issue