diff options
author | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-12-15 09:31:32 +0100 |
---|---|---|
committer | Ard Biesheuvel <ard.biesheuvel@linaro.org> | 2018-12-15 19:15:16 +0100 |
commit | 0a538ddab43f161bca98a79f4843ff38c4711aa4 (patch) | |
tree | b3c6a6e497aaaafb00fc5a84d215b96aebd46f33 | |
parent | 48e890457b06263c1faf04de67652816402f8e06 (diff) | |
download | edk2-0a538ddab43f161bca98a79f4843ff38c4711aa4.tar.gz edk2-0a538ddab43f161bca98a79f4843ff38c4711aa4.tar.bz2 edk2-0a538ddab43f161bca98a79f4843ff38c4711aa4.zip |
ArmPkg: remove redundant _ARM_PLATFORM_FLAGS overrides
Our default is already armv7-a, so no need to rewrite the PLATFORM_FLAGS
for that. Also, setting -mfpu=neon is not entirely inappropriate, since
NEON is not mandatory under v7.
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
Reviewed-by: Leif Lindholm <leif.lindholm@linaro.org>
-rw-r--r-- | ArmPkg/ArmPkg.dsc | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ArmPkg/ArmPkg.dsc b/ArmPkg/ArmPkg.dsc index 495f13d2bb..5d83c18b14 100644 --- a/ArmPkg/ArmPkg.dsc +++ b/ArmPkg/ArmPkg.dsc @@ -31,9 +31,6 @@ SKUID_IDENTIFIER = DEFAULT
[BuildOptions]
- XCODE:*_*_ARM_PLATFORM_FLAGS == -arch armv7
- GCC:*_*_ARM_PLATFORM_FLAGS == -march=armv7-a -mfpu=neon
-
RELEASE_*_*_CC_FLAGS = -DMDEPKG_NDEBUG
*_*_*_CC_FLAGS = -DDISABLE_NEW_DEPRECATED_INTERFACES
|