diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-11-02 00:50:00 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-11-02 00:50:00 +0000 |
commit | 8daa0e4ec621d4837f7e94de700634ac67d1e04d (patch) | |
tree | 21f1e2b712c3c323f9aace2352fe3ecbc12e0402 /extra/Configs/Config.in | |
parent | 9d556a823d4f836170c24d39bf0993d2fca17f73 (diff) |
update DOPIC option to properly describe what it does
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index 289430db1..24108142e 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -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 |