From 1e4f229f0e3927fe9741557dc4e4f867e8536a18 Mon Sep 17 00:00:00 2001 From: Eric Andersen Date: Wed, 5 Nov 2003 05:04:23 +0000 Subject: Yet more messing with selecting sane default configs --- extra/Configs/Config.in | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'extra/Configs/Config.in') diff --git a/extra/Configs/Config.in b/extra/Configs/Config.in index a652b148c..82d6bb700 100644 --- a/extra/Configs/Config.in +++ b/extra/Configs/Config.in @@ -135,9 +135,13 @@ config DOPIC answer Y here. If you only want to build uClibc as a static library, then answer N. +config HAVE_NO_SHARED + bool + default n + config HAVE_SHARED bool "Enable support for shared libraries" - depends on DOPIC + depends on DOPIC && !HAVE_NO_SHARED default y help If you wish to build uClibc with support for shared libraries then @@ -238,8 +242,13 @@ config UCLIBC_PROFILING size and performance penalty to profiling your applications this way, so most people should answer N. +config HAS_NO_THREADS + bool + default n + config UCLIBC_HAS_THREADS bool "POSIX Threading Support" + depends on !HAS_NO_THREADS default y help If you want to compile uClibc with pthread support, then answer Y. -- cgit v1.2.3