commit | 3102274d8b88d91f59ad1b302c5fb98fa74b6554 | [log] [tgz] |
---|---|---|
author | Masahiro Yamada <yamada.m@jp.panasonic.com> | Sat Sep 07 17:42:37 2013 +0900 |
committer | Albert ARIBAUD <albert.u.boot@aribaud.net> | Mon Sep 23 17:03:05 2013 +0200 |
tree | ccacba6a750798f3446749a481bef9efb4aeb697 | |
parent | 7ba69b7dcc94879f9dfe6beb3416512114556c04 [diff] |
ARM: refactor compiler options in config.mk Every ARM cpu config.mk (arch/arm/cpu/{CPUDIR}/config.mk) defines: PLATFORM_RELFLAGS += -fno-common -ffixed-r8 -msoft-float So, this patch moves the common compiler options to arch/arm/config.mk. Signed-off-by: Masahiro Yamada <yamada.m@jp.panasonic.com>