summaryrefslogtreecommitdiff
path: root/arch/x86/config.mk
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2018-09-17 08:35:29 +0300
committerTom Rini <trini@konsulko.com>2018-09-26 04:50:34 +0300
commitd8d81d4a5d0e5aaef5a005a357d3b9ed2b7cc4b2 (patch)
tree38b5672987a57c3409a9557c7b3e4edb096ce324 /arch/x86/config.mk
parent5bc11922f1f8e0bfb27e8e260c7971405535c257 (diff)
downloadu-boot-d8d81d4a5d0e5aaef5a005a357d3b9ed2b7cc4b2.tar.xz
config.mk: Remove duplicated -fno-strict-aliasing
Now that we already disable the "strict-aliasing" globally, remove the duplicates in the nds32/riscv/x86 arch-specific Makefiles. Signed-off-by: Bin Meng <bmeng.cn@gmail.com> Reviewed-by: Rick Chen <rick@andestech.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86/config.mk')
-rw-r--r--arch/x86/config.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/config.mk b/arch/x86/config.mk
index 5b04febd68..cc940712a8 100644
--- a/arch/x86/config.mk
+++ b/arch/x86/config.mk
@@ -5,7 +5,6 @@
CONFIG_STANDALONE_LOAD_ADDR ?= 0x40000
-PLATFORM_CPPFLAGS += -fno-strict-aliasing
PLATFORM_CPPFLAGS += -fomit-frame-pointer
PF_CPPFLAGS_X86 := $(call cc-option, -fno-toplevel-reorder, \
$(call cc-option, -fno-unit-at-a-time))