From ecbc93c3990cf2ed89a62639139ab89e68037a3f Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Tue, 15 Jul 2003 07:44:34 +0000 Subject: Patch from Peter Kjellerstedt to make it simpler for arches to specify either -fPIC or -fpic --- 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 064626050..f308856ec 100644 --- a/libc/sysdeps/linux/common/Makefile +++ b/libc/sysdeps/linux/common/Makefile @@ -45,7 +45,7 @@ SAFECFLAGS=$(XWARNINGS) $(OPTIMIZATION) $(XARCH_CFLAGS) $(CPU_CFLAGS) -fno-built # SAFECFLAGS := $(subst -g,,$(SAFECFLAGS)) ifeq ($(strip $(DOPIC)),y) -SAFECFLAGS+=-fPIC +SAFECFLAGS+=$(PICFLAG) endif ifeq ($(strip $(UCLIBC_PROFILING)),y) SAFECFLAGS+=-DGMON_SUPPORT -- cgit v1.2.3