svn commit: branches/uClibc_0_9_29

vapier at uclibc.org vapier at uclibc.org
Sat Jan 5 17:26:32 UTC 2008


Author: vapier
Date: 2008-01-05 09:26:32 -0800 (Sat, 05 Jan 2008)
New Revision: 20747

Log:
Merge r18894 by vapier from trunk:
as noted by psm, make sure we accumulate PICFLAG-y back into PICFLAG


Modified:
   branches/uClibc_0_9_29/Rules.mak


Changeset:
Modified: branches/uClibc_0_9_29/Rules.mak
===================================================================
--- branches/uClibc_0_9_29/Rules.mak	2008-01-05 17:25:46 UTC (rev 20746)
+++ branches/uClibc_0_9_29/Rules.mak	2008-01-05 17:26:32 UTC (rev 20747)
@@ -158,6 +158,7 @@
 
 PICFLAG-y := -fPIC
 PICFLAG-$(UCLIBC_FORMAT_FDPIC_ELF) := -mfdpic
+PICFLAG := $(PICFLAG-y)
 PIEFLAG_NAME:=-fPIE
 
 # Some nice CPU specific optimizations




More information about the uClibc-cvs mailing list