commit | d8d81d4a5d0e5aaef5a005a357d3b9ed2b7cc4b2 | [log] [tgz] |
---|---|---|
author | Bin Meng <bmeng.cn@gmail.com> | Sun Sep 16 22:35:29 2018 -0700 |
committer | Tom Rini <trini@konsulko.com> | Tue Sep 25 21:50:34 2018 -0400 |
tree | 38b5672987a57c3409a9557c7b3e4edb096ce324 | |
parent | 5bc11922f1f8e0bfb27e8e260c7971405535c257 [diff] |
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>