[uClibc-cvs] uClibc/libc/sysdeps/linux/common Makefile,1.85,1.86

Manuel Novoa III mjn3 at uclibc.org
Sun Sep 21 19:41:59 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
Fix "subst -g,," problem for SAFECFLAGS.


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/Makefile,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -d -r1.85 -r1.86
--- Makefile	7 Sep 2003 03:13:56 -0000	1.85
+++ Makefile	21 Sep 2003 19:41:56 -0000	1.86
@@ -44,7 +44,7 @@
 # on SH4 addition of -g kills the initfini stuff, removed here for all
 # platforms as I suspect no one want initfini compiled -g :-) - davidm
 #
-SAFECFLAGS := $(subst -g,,$(SAFECFLAGS))
+SAFECFLAGS := $(filter-out -g,$(SAFECFLAGS))
 ifeq ($(strip $(DOPIC)),y)
 SAFECFLAGS+=$(PICFLAG)
 endif




More information about the uClibc-cvs mailing list