From: Eric Andersen Date: Fri, 23 Jun 2006 07:46:15 +0000 (-0000) Subject: oops, dynamically set... X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9f0b4b626d60528cf162fa42bc71178a0ead3331;p=buildroot.git oops, dynamically set... --- diff --git a/toolchain/uClibc/uClibc.config b/toolchain/uClibc/uClibc.config index e5a44668a0..a4f78001f3 100644 --- a/toolchain/uClibc/uClibc.config +++ b/toolchain/uClibc/uClibc.config @@ -72,9 +72,10 @@ LDSO_BASE_FILENAME="ld.so" # LDSO_RUNPATH is not set UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set -UCLIBC_HAS_THREADS=y -PTHREADS_DEBUG_SUPPORT=y -LINUXTHREADS_OLD=y +# UCLIBC_HAS_THREADS is not set +# PTHREADS_DEBUG_SUPPORT is not set +# UCLIBC_HAS_THREADS_NATIVE is not set +# LINUXTHREADS_OLD is not set UCLIBC_HAS_LFS=y # MALLOC is not set # MALLOC_SIMPLE is not set