diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-02 23:46:16 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-02 23:46:16 +0000 |
commit | a1c0be1a06608e67d416744159e3e495d93b8254 (patch) | |
tree | 260300b7aa83b9fed889d8de6d0a67573a58611d /extra/Configs/Config.in | |
parent | 0b0a9a449d38232d87667344b8f54351958f9456 (diff) |
Rename HAVE_NO_SHARED to ARCH_HAS_NO_SHARED, otherwise it's too confusing
with HAVE_SHARED
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r-- | extra/Configs/Config.in | 6 |
1 files changed, 3 insertions, 3 deletions
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 |