From f89321f269250df9bd8cb61c81b2bc8569270dfd Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 30 Oct 2005 22:26:01 +0000 Subject: re-order options to fix menu tree display --- extra/Configs/Config.in | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'extra') 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 -- cgit v1.2.3