diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-08-20 23:19:23 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-08-20 23:19:23 +0000 |
commit | 684b0739f74c1e530260f656c1bd712a17a4a551 (patch) | |
tree | 984e42f7623c54cf4345c2e9e4142446668b7124 | |
parent | aaae06c5f4943a853f7b05da00e8eded6d3c9d86 (diff) |
Revert this change for now.
-rw-r--r-- | Rules.mak | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) |