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

Manuel Novoa III mjn3 at uclibc.org
Mon Nov 24 04:23:36 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
Don't bother checking, since we want an error if -msoft-float doesn't work.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/utils/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	23 Nov 2003 20:24:32 -0000	1.6
+++ Makefile	24 Nov 2003 04:23:31 -0000	1.7
@@ -80,8 +80,8 @@
 
 LDADD_LIBFLOAT=
 ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
-    override CFLAGS += $(call check_gcc,-msoft-float,CAN_NOT_SET_SOFT_FLOAT)
-    #LDFLAGS+= -Wa,-mno-fpu
+# If -msoft-float isn't supported, we want an error anyway.
+    override CFLAGS += -msoft-float
 ifeq ($(strip $(subst ",, $(strip $(TARGET_ARCH)))),arm)
     LDADD_LIBFLOAT=-lfloat
 endif




More information about the uClibc-cvs mailing list