summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
Diffstat (limited to 'extra')
-rw-r--r--extra/Configs/Config.in10
1 files changed, 5 insertions, 5 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 5a947c100..289430db1 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -179,6 +179,11 @@ config HAVE_NO_SHARED
bool
default n
+config ARCH_HAS_NO_LDSO
+ bool
+ select HAVE_NO_SHARED
+ default n
+
config HAVE_SHARED
bool "Enable support for shared libraries"
depends on !HAVE_NO_SHARED
@@ -188,11 +193,6 @@ config HAVE_SHARED
answer Y here. If you only want to build uClibc as a static library,
then answer N.
-config ARCH_HAS_NO_LDSO
- bool
- select HAVE_NO_SHARED
- default n
-
config FORCE_SHAREABLE_TEXT_SEGMENTS
bool "Only load shared libraries which can share their text segment"
depends on HAVE_SHARED