[uClibc-cvs] uClibc/libc/sysdeps/linux/i960 Makefile,1.6,1.7

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


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

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/i960/Makefile,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -d -r1.6 -r1.7
--- Makefile	5 Nov 2003 06:42:46 -0000	1.6
+++ Makefile	8 Nov 2003 21:21:21 -0000	1.7
@@ -35,6 +35,10 @@
 
 OBJS=$(SOBJS) $(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