|
@@ -215,18 +215,18 @@ config DOPIC
|
|
If you wish to build all of uClibc as PIC objects, then answer Y here.
|
|
If you wish to build all of uClibc as PIC objects, then answer Y here.
|
|
If you are unsure, then you should answer N.
|
|
If you are unsure, then you should answer N.
|
|
|
|
|
|
-config HAVE_NO_SHARED
|
|
+config ARCH_HAS_NO_SHARED
|
|
bool
|
|
bool
|
|
default n
|
|
default n
|
|
|
|
|
|
config ARCH_HAS_NO_LDSO
|
|
config ARCH_HAS_NO_LDSO
|
|
bool
|
|
bool
|
|
- select HAVE_NO_SHARED
|
|
+ select ARCH_HAS_NO_SHARED
|
|
default n
|
|
default n
|
|
|
|
|
|
config HAVE_SHARED
|
|
config HAVE_SHARED
|
|
bool "Enable support for shared libraries"
|
|
bool "Enable support for shared libraries"
|
|
- depends on !HAVE_NO_SHARED
|
|
+ depends on !ARCH_HAS_NO_SHARED
|
|
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
|