From a1c0be1a06608e67d416744159e3e495d93b8254 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Mon, 2 Jun 2008 23:46:16 +0000 Subject: Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusing with HAVE_SHARED --- extra/Configs/Config.e1 | 2 +- extra/Configs/Config.in | 6 +++--- extra/Configs/Config.sparc | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) (limited to 'extra') diff --git a/extra/Configs/Config.e1 b/extra/Configs/Config.e1 index 6f47da29e..144d9d34d 100644 --- a/extra/Configs/Config.e1 +++ b/extra/Configs/Config.e1 @@ -12,7 +12,7 @@ config FORCE_OPTIONS_FOR_ARCH default y select ARCH_BIG_ENDIAN select ARCH_HAS_NO_MMU - select HAVE_NO_SHARED + select ARCH_HAS_NO_SHARED config ARCH_E1 bool diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index c033032c5..7372f260e 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -215,18 +215,18 @@ config DOPIC 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 +config ARCH_HAS_NO_SHARED bool default n config ARCH_HAS_NO_LDSO bool - select HAVE_NO_SHARED + select ARCH_HAS_NO_SHARED default n config HAVE_SHARED bool "Enable support for shared libraries" - depends on !HAVE_NO_SHARED + depends on !ARCH_HAS_NO_SHARED default y help If you wish to build uClibc with support for shared libraries then diff --git a/extra/Configs/Config.sparc b/extra/Configs/Config.sparc index 1b051b644..3b19f9d14 100644 --- a/extra/Configs/Config.sparc +++ b/extra/Configs/Config.sparc @@ -26,7 +26,7 @@ choice SPARC v7 will give you only static support. config CONFIG_SPARC_V7 - select HAVE_NO_SHARED + select ARCH_HAS_NO_SHARED bool "SPARC v7" config CONFIG_SPARC_V8 -- cgit v1.2.3