commit | d6801e60f9e36f34bbfba6ac734357cff7e9baa7 | [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 | 38003bc5c520d5d31bb17c3c17418f2d48ea749e [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>