[uClibc-cvs] uClibc/libc/sysdeps/linux/common Makefile,1.81,1.82

Erik Andersen andersen at uclibc.org
Tue Jul 15 07:44:39 UTC 2003


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

Modified Files:
	Makefile 
Log Message:
Patch from Peter Kjellerstedt to make it simpler for arches to specify
either -fPIC or -fpic


Index: Makefile
===================================================================
RCS file: /var/cvs/uClibc/libc/sysdeps/linux/common/Makefile,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -d -r1.81 -r1.82
--- Makefile	5 Mar 2003 10:28:53 -0000	1.81
+++ Makefile	15 Jul 2003 07:44:34 -0000	1.82
@@ -45,7 +45,7 @@
 #
 SAFECFLAGS := $(subst -g,,$(SAFECFLAGS))
 ifeq ($(strip $(DOPIC)),y)
-SAFECFLAGS+=-fPIC
+SAFECFLAGS+=$(PICFLAG)
 endif
 ifeq ($(strip $(UCLIBC_PROFILING)),y)
 SAFECFLAGS+=-DGMON_SUPPORT




More information about the uClibc-cvs mailing list