From 17ab889ed12ac34f38d602998a55470645814324 Mon Sep 17 00:00:00 2001 From: Manuel Novoa III Date: Sun, 21 Sep 2003 19:41:57 +0000 Subject: Fix "subst -g,," problem for SAFECFLAGS. --- libc/sysdeps/linux/common/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/Makefile') diff --git a/libc/sysdeps/linux/common/Makefile b/libc/sysdeps/linux/common/Makefile index 3135172c0..5323df366 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -44,7 +44,7 @@ SAFECFLAGS=$(XWARNINGS) $(OPTIMIZATION) $(XARCH_CFLAGS) $(CPU_CFLAGS) -fno-built # 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 -- cgit v1.2.3