|
@@ -6,7 +6,7 @@
|
|
|
|
|
|
menu "General Library Settings"
|
|
menu "General Library Settings"
|
|
|
|
|
|
-config HAVE_PIC
|
|
+config DOPIC
|
|
bool "Generate Position Independent Code (PIC)"
|
|
bool "Generate Position Independent Code (PIC)"
|
|
default y
|
|
default y
|
|
help
|
|
help
|
|
@@ -16,7 +16,7 @@ config HAVE_PIC
|
|
|
|
|
|
config HAVE_SHARED
|
|
config HAVE_SHARED
|
|
bool "Enable support for shared libraries"
|
|
bool "Enable support for shared libraries"
|
|
- depends on HAVE_PIC
|
|
+ depends on DOPIC
|
|
default y
|
|
default y
|
|
help
|
|
help
|
|
If you wish to build uClibc with support for shared libraries then
|
|
If you wish to build uClibc with support for shared libraries then
|