OSDN Git Service

Revert this change for now.
authorEric Andersen <andersen@codepoet.org>
Wed, 20 Aug 2003 23:19:23 +0000 (23:19 -0000)
committerEric Andersen <andersen@codepoet.org>
Wed, 20 Aug 2003 23:19:23 +0000 (23:19 -0000)
Rules.mak

index fdc2e30..8add6ac 100644 (file)
--- 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)