summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-11-22 00:06:26 +0000
committerMike Frysinger <vapier@gentoo.org>2005-11-22 00:06:26 +0000
commit0195a05f775a05841a7378e2f31d48b815b24578 (patch)
tree5f24bcb8ee8e2be2be495c3aadd67374fc4b02c1
parent627734d648f1986ad6d2438bf5f520faab2d208c (diff)
default PIE to off
-rw-r--r--extra/Configs/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index e15e9e7b6..1b7312334 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -1145,7 +1145,7 @@ config UCLIBC_BUILD_PIE
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.