[uClibc-cvs] uClibc/libc/sysdeps/linux/e1 Makefile,1.4,1.5

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


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

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/e1/Makefile,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- Makefile	6 Nov 2003 19:44:46 -0000	1.4
+++ Makefile	8 Nov 2003 21:21:13 -0000	1.5
@@ -38,6 +38,10 @@
 
 OBJS=$(SOBJS) $(MOBJ) $(COBJS) $(CRT0_OBJ)
 
+ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
+SAFECFLAGS += $(call check_gcc,-msoft-float,)
+endif
+
 all: $(OBJS) $(LIBC)
 
 $(LIBC): ar-target 




More information about the uClibc-cvs mailing list