summaryrefslogtreecommitdiff
path: root/extra/Configs/Config.in
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-11-05 04:27:32 +0000
committerEric Andersen <andersen@codepoet.org>2003-11-05 04:27:32 +0000
commitf8bc724a4d89aaf364bb1dbdb10a694b4ae35bef (patch)
tree76403f45951a9d742ed87cac9cff6aea5e5749ef /extra/Configs/Config.in
parented2484a3dd45b33533aeb62d8d76ee7afd28b35c (diff)
Yet more config system updates
Diffstat (limited to 'extra/Configs/Config.in')
-rw-r--r--extra/Configs/Config.in6
1 files changed, 5 insertions, 1 deletions
diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in
index 83e8b655b..a652b148c 100644
--- a/extra/Configs/Config.in
+++ b/extra/Configs/Config.in
@@ -144,9 +144,13 @@ config HAVE_SHARED
answer Y here. If you only want to build uClibc as a static library,
then answer N.
+config ARCH_HAS_NO_LDSO
+ bool
+ default n
+
config BUILD_UCLIBC_LDSO
bool "Compile native shared library loader"
- depends on HAVE_SHARED
+ depends on HAVE_SHARED && !ARCH_HAS_NO_LDSO
default y
help
uClibc has a native shared library loader for some architectures.