|
@@ -167,13 +167,12 @@ config HAVE_NO_PIC
|
|
default n
|
|
default n
|
|
|
|
|
|
config DOPIC
|
|
config DOPIC
|
|
- bool "Generate Position Independent Code (PIC)"
|
|
+ bool "Generate only Position Independent Code (PIC)"
|
|
default y
|
|
default y
|
|
depends !HAVE_NO_PIC
|
|
depends !HAVE_NO_PIC
|
|
help
|
|
help
|
|
- If you wish to build uClibc with support for shared libraries then
|
|
+ If you wish to build all of uClibc as PIC objects, then answer Y here.
|
|
- answer Y here. If you only want to build uClibc as a static library,
|
|
+ If you are unsure, then you should answer N.
|
|
- then answer N.
|
|
|
|
|
|
|
|
config HAVE_NO_SHARED
|
|
config HAVE_NO_SHARED
|
|
bool
|
|
bool
|