summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in10
1 files changed, 4 insertions, 6 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index c65a767e7..65f9b32d3 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -206,16 +206,14 @@ config FORCE_SHAREABLE_TEXT_SEGMENTS
coded shared libraries.
config UCLIBC_PIE_SUPPORT
- bool "Support ET_DYN in shared library loader"
+ bool "Build utilities as ET_DYN/PIE executables"
depends on HAVE_SHARED
- depends on TARGET_i386 || TARGET_powerpc
+ depends on TARGET_i386 || TARGET_powerpc || TARGET_frv
select FORCE_SHAREABLE_TEXT_SEGMENTS if BUILD_UCLIBC_LDSO
default n
help
- If you answer Y here, Scrt1.o will be built to allow the creation of
- ET_DYN/PIE executables.
- It requires binutils-2.14.90.0.6 or later and the usage of the
- -pie option.
+ If you answer Y here, ldd and iconv are built as ET_DYN/PIE executables.
+ This requires gcc-3.4 and binutils-2.15 or later.
More about ET_DYN/PIE binaries on <http://pax.grsecurity.net/> .
WARNING: This option also enables FORCE_SHAREABLE_TEXT_SEGMENTS, so all
libraries have to be built with -fPIC or -fpic, and all assembler