svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Tue Nov 22 00:06:27 UTC 2005


Author: vapier
Date: 2005-11-21 16:06:26 -0800 (Mon, 21 Nov 2005)
New Revision: 12470

Log:
default PIE to off

Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2005-11-21 23:58:21 UTC (rev 12469)
+++ trunk/uClibc/extra/Configs/Config.in	2005-11-22 00:06:26 UTC (rev 12470)
@@ -1145,7 +1145,7 @@
 	depends on HAVE_SHARED
 	depends on TARGET_arm || TARGET_frv || TARGET_i386 || TARGET_mips || TARGET_powerpc
 	select FORCE_SHAREABLE_TEXT_SEGMENTS
-	default y
+	default n
 	help
 	  If you answer Y here, ldd and iconv are built as ET_DYN/PIE executables.
 	  It requires gcc-3.4 and binutils-2.15 (for arm 2.16) or later.




More information about the uClibc-cvs mailing list