[uClibc-cvs] uClibc/libc/sysdeps/linux/v850 Makefile,1.16,1.17

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


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

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/v850/Makefile,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -d -r1.16 -r1.17
--- Makefile	5 Nov 2003 05:30:06 -0000	1.16
+++ Makefile	8 Nov 2003 21:21:44 -0000	1.17
@@ -37,6 +37,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