diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2009-10-17 00:41:08 +0200 |
---|---|---|
committer | Austin Foxley <austinf@cetoncorp.com> | 2009-11-22 11:22:05 -0800 |
commit | a7b9a0da587f727b2a9343201f89b1ab2297a1f2 (patch) | |
tree | 5dd3231f26e51af40aac711765e3a92c5dd0f2e6 | |
parent | 9b47658db8e5335c9cde982b3da004adefb37a84 (diff) | |
download | uClibc-alpine-a7b9a0da587f727b2a9343201f89b1ab2297a1f2.tar.bz2 uClibc-alpine-a7b9a0da587f727b2a9343201f89b1ab2297a1f2.tar.xz |
FORCE_SHAREABLE_TEXT_SEGMENTS requires DOPIC
Signed-off-by: Peter S. Mazinger <ps.m@gmx.net>
Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
-rw-r--r-- | extra/Configs/Config.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index b7cc8f377..d344385c6 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -265,6 +265,7 @@ config HAVE_SHARED config FORCE_SHAREABLE_TEXT_SEGMENTS bool "Only load shared libraries which can share their text segment" depends on HAVE_SHARED + select DOPIC default n help If you answer Y here, the uClibc native shared library loader will |