summaryrefslogtreecommitdiffstats
path: root/arch
diff options
context:
space:
mode:
authorSascha Hauer <s.hauer@pengutronix.de>2009-04-21 16:56:16 +0200
committerSascha Hauer <s.hauer@pengutronix.de>2009-04-21 16:56:16 +0200
commita3f20a45454e9608d435d178e6f2fc8676f8a6fc (patch)
tree84c0a078a2a98fcae9b309c8de1ac8db3a157bcf /arch
parent9665fd1cedc8afeed9388126d1564a7fa88883dd (diff)
downloadbarebox-a3f20a45454e9608d435d178e6f2fc8676f8a6fc.tar.gz
barebox-a3f20a45454e9608d435d178e6f2fc8676f8a6fc.tar.xz
Arm: remove -msoft-float option
This breaks compilation on a hardfloat toolchain as we would need AFLAGS += -msoft-float aswell. Since we do not use floating point we can equally well remove the option completely. Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'arch')
-rw-r--r--arch/arm/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/arm/Makefile b/arch/arm/Makefile
index e2e1da11b5..f0e7481c37 100644
--- a/arch/arm/Makefile
+++ b/arch/arm/Makefile
@@ -29,7 +29,6 @@ cpu-$(CONFIG_ARM926EJS) := arm926ejs
TEXT_BASE = $(CONFIG_TEXT_BASE)
CPPFLAGS += -mabi=apcs-gnu -DTEXT_BASE=$(TEXT_BASE) -P
-CFLAGS += -msoft-float
ifndef CONFIG_MODULES
# Add cleanup flags