OSDN Git Service

update DOPIC option to properly describe what it does
authorMike Frysinger <vapier@gentoo.org>
Wed, 2 Nov 2005 00:50:00 +0000 (00:50 -0000)
committerMike Frysinger <vapier@gentoo.org>
Wed, 2 Nov 2005 00:50:00 +0000 (00:50 -0000)
extra/Configs/Config.in

index 289430d..2410814 100644 (file)
@@ -167,13 +167,12 @@ config HAVE_NO_PIC
        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