summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorManuel Novoa III <mjn3@codepoet.org>2003-11-23 20:24:32 +0000
committerManuel Novoa III <mjn3@codepoet.org>2003-11-23 20:24:32 +0000
commit1d2ab22c46bd9c602481eb6ee7aa76306ebcca96 (patch)
tree010cf248dbdb9d203b5acb7bb3ae5baab96b71a2 /Rules.mak
parenteb6d6eb1b6778b71287399763740c77ec445fd2a (diff)
Ok.. this fixes the buildroot soft-float arm build.
Also try to make sure the build breaks if we want soft float but don't know how to request it.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak2
1 files changed, 1 insertions, 1 deletions
diff --git a/Rules.mak b/Rules.mak
index 1b7b9fc3a..6418a4176 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -212,7 +212,7 @@ endif
LDADD_LIBFLOAT=
ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
- CFLAGS += $(call check_gcc,-msoft-float,)
+ CFLAGS += $(call check_gcc,-msoft-float,CAN_NOT_SET_SOFT_FLOAT)
#LDFLAGS+= -Wa,-mno-fpu
ifeq ($(strip $(TARGET_ARCH)),arm)
LDADD_LIBFLOAT=-lfloat