diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 00:54:06 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2005-10-28 00:54:06 +0000 |
commit | eeb9d4b38962402ba814a8e9fd5af208c9ea3f22 (patch) | |
tree | 362f150518c2ee78e5688bfe8f0c1bd12b5e2275 /extra/Configs | |
parent | fdd55755d24ef1eba669756a2e0ff6f616486ec3 (diff) |
Enforce DOPIC, if text relocations are not allowed
Diffstat (limited to 'extra/Configs')
-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 463b2625d..e1ab012b2 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -196,6 +196,7 @@ config ARCH_HAS_NO_LDSO 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 |