summaryrefslogtreecommitdiffstats
path: root/ArmPlatformPkg/PrePi
diff options
context:
space:
mode:
authorBrendan Jackman <brendan.jackman@arm.com>2014-05-08 14:54:11 +0000
committeroliviermartin <oliviermartin@6f19259b-4bc3-4df7-8a09-765794883524>2014-05-08 14:54:11 +0000
commitef7b3786058cd29d1a180fa162e5034dd5557933 (patch)
tree47687e5658913b16e9db48996711e6c1a1ce49bc /ArmPlatformPkg/PrePi
parent5382a857be5061106f36d18640f685588cb827d5 (diff)
downloadedk2-ef7b3786058cd29d1a180fa162e5034dd5557933.tar.gz
edk2-ef7b3786058cd29d1a180fa162e5034dd5557933.tar.bz2
edk2-ef7b3786058cd29d1a180fa162e5034dd5557933.zip
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
Diffstat (limited to 'ArmPlatformPkg/PrePi')
-rwxr-xr-xArmPlatformPkg/PrePi/PeiMPCore.inf2
-rwxr-xr-xArmPlatformPkg/PrePi/PeiUniCore.inf2
2 files changed, 2 insertions, 2 deletions
diff --git a/ArmPlatformPkg/PrePi/PeiMPCore.inf b/ArmPlatformPkg/PrePi/PeiMPCore.inf
index 45c00b8df0..38ba50c138 100755
--- a/ArmPlatformPkg/PrePi/PeiMPCore.inf
+++ b/ArmPlatformPkg/PrePi/PeiMPCore.inf
@@ -30,7 +30,7 @@
[Sources.AArch64]
AArch64/ArchPrePi.c
- AArch64/ModuleEntryPoint.S | GCC
+ AArch64/ModuleEntryPoint.S
[Packages]
MdePkg/MdePkg.dec
diff --git a/ArmPlatformPkg/PrePi/PeiUniCore.inf b/ArmPlatformPkg/PrePi/PeiUniCore.inf
index 6079ec506f..ec3b898768 100755
--- a/ArmPlatformPkg/PrePi/PeiUniCore.inf
+++ b/ArmPlatformPkg/PrePi/PeiUniCore.inf
@@ -30,7 +30,7 @@
[Sources.AArch64]
AArch64/ArchPrePi.c
- AArch64/ModuleEntryPoint.S | GCC
+ AArch64/ModuleEntryPoint.S
[Packages]
MdePkg/MdePkg.dec