]> git.baikalelectronics.ru Git - uboot.git/commit
config.mk: Remove duplicated -fno-strict-aliasing
authorBin Meng <bmeng.cn@gmail.com>
Mon, 17 Sep 2018 05:35:29 +0000 (22:35 -0700)
committerTom Rini <trini@konsulko.com>
Wed, 26 Sep 2018 01:50:34 +0000 (21:50 -0400)
commita09586f2d873669ead2ace54d2670e5f3c1ced9d
tree38b5672987a57c3409a9557c7b3e4edb096ce324
parentc0255866fe0b649918fb566c1b786a2017c7dfa2
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>
arch/nds32/config.mk
arch/riscv/config.mk
arch/x86/config.mk