commit | 508332bb029d75f5adc6433be8b1e1d606e76229 | [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 | 053d8759c368b0292d3bd2d992813748911b8faa [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>