Browse Source

re-order options to fix menu tree display

Mike Frysinger 18 years ago
parent
commit
f89321f269
1 changed files with 5 additions and 5 deletions
  1. 5 5
      extra/Configs/Config.in

+ 5 - 5
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