[uClibc-cvs] uClibc Rules.mak,1.136,1.137

Erik Andersen andersen at uclibc.org
Wed Aug 20 23:19:28 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/home/andersen/CVS/uClibc

Modified Files:
	Rules.mak 
Log Message:
Revert this change for now.


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -d -r1.136 -r1.137
--- Rules.mak	18 Aug 2003 21:56:11 -0000	1.136
+++ Rules.mak	20 Aug 2003 23:19:23 -0000	1.137
@@ -223,8 +223,8 @@
    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)




More information about the uClibc-cvs mailing list