@@ -94,11 +94,6 @@
[BuildOptions]
GCC:*_*_AARCH64_PLATFORM_FLAGS == -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include -I$(WORKSPACE)/ArmPlatformPkg/ArmVExpressPkg/Include/Platform/RTSM -I$(WORKSPACE)/OpenPlatformPkg/Chips/Hisilicon/Hi1610/Include
-[BuildOptions.AARCH64.EDKII.UEFI_APPLICATION]
- GCC:*_*_*_CC_FLAGS = -mcmodel=small -falign-functions=16
- GCC:*_*_*_DLINK_FLAGS = -z common-page-size=0x1000 --sort-section=alignment
-
-
################################################################################
#
# Pcd Section - list of all EDK II PCD Entries defined by this Platform
Now that we switched to the small code model unconditionally when using GCC in DEBUG mode, we no longer need the BuildOptions override. Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Ard Biesheuvel <ard.biesheuvel@linaro.org> --- Platforms/Hisilicon/D03/D03.dsc | 5 ----- 1 file changed, 5 deletions(-)