ARM Packages: Remove GCC filter for AARCH64 assembly files
Some non-GCC toolchain might support the GNU assembly language. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Brendan Jackman <brendan.jackman@arm.com> Reviewed-by: Olivier Martin <olivier.martin@arm.com> git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15504 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
committed by
oliviermartin
parent
5382a857be
commit
ef7b378605
@@ -22,17 +22,17 @@
|
||||
LIBRARY_CLASS = ArmLib
|
||||
|
||||
[Sources.common]
|
||||
ArmLibSupportV8.S | GCC
|
||||
AArch64Support.S | GCC
|
||||
ArmLibSupportV8.S
|
||||
AArch64Support.S
|
||||
|
||||
../Common/AArch64/ArmLibSupport.S | GCC
|
||||
../Common/AArch64/ArmLibSupport.S
|
||||
../Common/ArmLib.c
|
||||
|
||||
AArch64Lib.c
|
||||
AArch64Mmu.c
|
||||
|
||||
AArch64ArchTimer.c
|
||||
AArch64ArchTimerSupport.S | GCC
|
||||
AArch64ArchTimerSupport.S
|
||||
|
||||
[Packages]
|
||||
ArmPkg/ArmPkg.dec
|
||||
|
Reference in New Issue
Block a user