[uClibc-cvs] uClibc/libc/sysdeps/linux/sparc Makefile,1.17,1.18

Erik Andersen andersen at uclibc.org
Sat Nov 8 21:21:53 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/sparc
In directory winder:/tmp/cvs-serv19505/sparc

Modified Files:
	Makefile 
Log Message:
Darn.  Fix compilation for soft-float, which I inadvertantly
broke a couple of days ago.  :-(


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/sparc/Makefile,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- Makefile	5 Nov 2003 05:43:31 -0000	1.17
+++ Makefile	8 Nov 2003 21:21:42 -0000	1.18
@@ -33,6 +33,9 @@
 
 OBJS=$(SOBJS) $(MOBJ) $(COBJS)
 
+ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
+SAFECFLAGS += $(call check_gcc,-msoft-float,)
+endif
 
 
 all: $(OBJS) $(LIBC)




More information about the uClibc-cvs mailing list