commit | b8a262552a0bd8df2092552b6b8a25e55f683397 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Wed Jan 15 11:00:45 2014 +0900 |
committer | Tom Rini <trini@ti.com> | Fri Jan 24 16:59:08 2014 -0500 |
tree | faae79e0616b697d8873016ae8f04815997fb199 | |
parent | 7f9da820c5486e04fd01052ffb28d726c96a0d73 [diff] |
ARM: merge commonly-defined PLATFORM_RELFLAGS Before this commit, all arch/arm/cpu/${CPU}/config.mk except ARMv8 had the same option: $(call cc-option,-mshort-load-bytes,$(call cc-option,-malignment-traps,)) This commit moves it into arch/arm/config.mk. If the compiler does not support the option, it is ignored by $(call cc-option,...). So this commit gives no harm to ARMv8. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>