summaryrefslogtreecommitdiff
path: root/Rules.mak
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-08-20 23:19:23 +0000
committerEric Andersen <andersen@codepoet.org>2003-08-20 23:19:23 +0000
commit684b0739f74c1e530260f656c1bd712a17a4a551 (patch)
tree984e42f7623c54cf4345c2e9e4142446668b7124 /Rules.mak
parentaaae06c5f4943a853f7b05da00e8eded6d3c9d86 (diff)
Revert this change for now.
Diffstat (limited to 'Rules.mak')
-rw-r--r--Rules.mak4
1 files changed, 2 insertions, 2 deletions
diff --git a/Rules.mak b/Rules.mak
index fdc2e3050..8add6ac80 100644
--- a/Rules.mak
+++ b/Rules.mak
@@ -223,8 +223,8 @@ ifeq ($(HAVE_SHARED),y)
endif
endif
ifeq ($(UCLIBC_HAS_SOFT_FLOAT),y)
- CFLAGS += -msoft-float
- LDFLAGS+= -Wa,-mno-fpu
+ CFLAGS += $(call check_gcc,-msoft-float,)
+ #LDFLAGS+= -Wa,-mno-fpu
endif
CFLAGS_NOPIC:=$(CFLAGS)