[uClibc-cvs] uClibc/libc/sysdeps/linux/common Makefile,1.91,1.92

Manuel Novoa III mjn3 at uclibc.org
Sat Oct 25 02:59:36 UTC 2003


Update of /var/cvs/uClibc/libc/sysdeps/linux/common
In directory winder:/tmp/cvs-serv2774

Modified Files:
	Makefile 
Log Message:
Add -msoft-float to SAFECFLAGS when necessary.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/Makefile,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -d -r1.91 -r1.92
--- Makefile	20 Oct 2003 20:13:19 -0000	1.91
+++ Makefile	25 Oct 2003 02:59:33 -0000	1.92
@@ -51,6 +51,9 @@
 ifeq ($(strip $(UCLIBC_PROFILING)),y)
 SAFECFLAGS+=-DGMON_SUPPORT
 endif
+ifeq ($(strip $(UCLIBC_HAS_SOFT_FLOAT)),y)
+SAFECFLAGS += $(call check_gcc,-msoft-float,)
+endif
 
 OBJ=$(COBJS) $(MOBJ)
 




More information about the uClibc-cvs mailing list