svn commit: trunk/uClibc/extra/Configs

vapier at uclibc.org vapier at uclibc.org
Wed Nov 2 00:50:04 UTC 2005


Author: vapier
Date: 2005-11-01 16:50:00 -0800 (Tue, 01 Nov 2005)
New Revision: 12105

Log:
update DOPIC option to properly describe what it does

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


Changeset:
Modified: trunk/uClibc/extra/Configs/Config.in
===================================================================
--- trunk/uClibc/extra/Configs/Config.in	2005-11-02 00:34:27 UTC (rev 12104)
+++ trunk/uClibc/extra/Configs/Config.in	2005-11-02 00:50:00 UTC (rev 12105)
@@ -167,13 +167,12 @@
 	default n
 
 config DOPIC
-	bool "Generate Position Independent Code (PIC)"
+	bool "Generate only Position Independent Code (PIC)"
 	default y
 	depends !HAVE_NO_PIC
 	help
-	  If you wish to build uClibc with support for shared libraries then
-	  answer Y here.  If you only want to build uClibc as a static library,
-	  then answer N.
+	  If you wish to build all of uClibc as PIC objects, then answer Y here.
+	  If you are unsure, then you should answer N.
 
 config HAVE_NO_SHARED
 	bool




More information about the uClibc-cvs mailing list