summaryrefslogtreecommitdiff
path: root/extra
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2005-10-30 22:26:01 +0000
committerMike Frysinger <vapier@gentoo.org>2005-10-30 22:26:01 +0000
commitf89321f269250df9bd8cb61c81b2bc8569270dfd (patch)
tree3be2f4b39cbddafd0823316080dfca40bfedd512 /extra
parentd5bd368be484d515e4d1c5e8ee4ab6393e435185 (diff)
re-order options to fix menu tree display
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