From f8bc724a4d89aaf364bb1dbdb10a694b4ae35bef Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Nov 2003 04:27:32 +0000 Subject: Yet more config system updates --- extra/Configs/Config.in | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'extra/Configs/Config.in') 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. -- cgit v1.2.3