[uClibc-cvs] uClibc/utils Makefile,1.5,1.6

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


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

Modified Files:
	Makefile 
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: Makefile
===================================================================
RCS file: /var/cvs/uClibc/utils/Makefile,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- Makefile	23 Nov 2003 18:45:12 -0000	1.5
+++ Makefile	23 Nov 2003 20:24:32 -0000	1.6
@@ -80,7 +80,7 @@
 
 LDADD_LIBFLOAT=
 ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
-    CFLAGS += $(call check_gcc,-msoft-float,)
+    override CFLAGS += $(call check_gcc,-msoft-float,CAN_NOT_SET_SOFT_FLOAT)
     #LDFLAGS+= -Wa,-mno-fpu
 ifeq ($(strip $(subst ",, $(strip $(TARGET_ARCH)))),arm)
     LDADD_LIBFLOAT=-lfloat




More information about the uClibc-cvs mailing list