diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-22 00:06:26 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-22 00:06:26 +0000 |
commit | 0195a05f775a05841a7378e2f31d48b815b24578 (patch) | |
tree | 5f24bcb8ee8e2be2be495c3aadd67374fc4b02c1 /extra | |
parent | 627734d648f1986ad6d2438bf5f520faab2d208c (diff) |
default PIE to off
Diffstat (limited to 'extra')
-rw-r--r-- | extra/Configs/Config.in | 2 |
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. |