mirror of https://github.com/acidanthera/audk.git
ArmPkg/ArmGic: Removed 'GCC' toolchain to build assembly files
ARMCC6 toolchain (LLVM based) understands the 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@16343 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
9b58952287
commit
77d5dac5c6
|
@ -33,7 +33,7 @@
|
|||
|
||||
[Sources.AARCH64]
|
||||
AArch64/ArmGicArchLib.c
|
||||
GicV3/AArch64/ArmGicV3.S | GCC
|
||||
GicV3/AArch64/ArmGicV3.S
|
||||
|
||||
[LibraryClasses]
|
||||
ArmLib
|
||||
|
|
|
@ -33,7 +33,7 @@
|
|||
|
||||
[Sources.AARCH64]
|
||||
AArch64/ArmGicArchLib.c
|
||||
GicV3/AArch64/ArmGicV3.S | GCC
|
||||
GicV3/AArch64/ArmGicV3.S
|
||||
|
||||
[Packages]
|
||||
ArmPkg/ArmPkg.dec
|
||||
|
|
Loading…
Reference in New Issue