[uClibc-cvs] uClibc Rules.mak,1.156,1.157

Manuel Novoa III mjn3 at uclibc.org
Sun Nov 23 20:24:34 UTC 2003


Update of /var/cvs/uClibc
In directory winder:/tmp/cvs-serv10661

Modified Files:
	Rules.mak 
Log Message:
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.


Index: Rules.mak
===================================================================
RCS file: /var/cvs/uClibc/Rules.mak,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -d -r1.156 -r1.157
--- Rules.mak	16 Nov 2003 16:26:34 -0000	1.156
+++ Rules.mak	23 Nov 2003 20:24:30 -0000	1.157
@@ -212,7 +212,7 @@
 
 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




More information about the uClibc-cvs mailing list