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)
commitd8d81d4a5d0e5aaef5a005a357d3b9ed2b7cc4b2
tree38b5672987a57c3409a9557c7b3e4edb096ce324
parent5bc11922f1f8e0bfb27e8e260c7971405535c257
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