From: Ard Biesheuvel Date: Sat, 15 Dec 2018 08:31:32 +0000 (+0100) Subject: ArmPkg: remove redundant _ARM_PLATFORM_FLAGS overrides X-Git-Tag: edk2-stable201903~475 X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=commitdiff_plain;h=0a538ddab43f161bca98a79f4843ff38c4711aa4;ds=sidebyside 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 Reviewed-by: Leif Lindholm --- 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