svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Sun Oct 30 22:26:02 UTC 2005


Author: vapier
Date: 2005-10-30 14:26:01 -0800 (Sun, 30 Oct 2005)
New Revision: 12080

Log:
re-order options to fix menu tree display

Modified:
   trunk/uClibc/extra/Configs/Config.in


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2005-10-30 22:19:52 UTC (rev 12079)
+++ trunk/uClibc/extra/Configs/Config.in	2005-10-30 22:26:01 UTC (rev 12080)
@@ -179,6 +179,11 @@
 	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 @@
 	  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




More information about the uClibc-cvs mailing list