From: Felix Fietkau Date: Tue, 13 Jan 2009 02:15:52 +0000 (+0000) Subject: use the new linuxthreads implementation on i386,i686 X-Git-Tag: reboot~24797 X-Git-Url: http://git.ozo.com/?a=commitdiff_plain;h=25aba0e3565e5459f87c713b57b1cbee78fa3933;hp=b8aa79853d94080142d1b155b0d0b06f74a36179;p=openwrt%2F.git use the new linuxthreads implementation on i386,i686 SVN-Revision: 14016 --- diff --git a/toolchain/uClibc/config/i386 b/toolchain/uClibc/config/i386 index 6e450083cd..454cd9fe62 100644 --- a/toolchain/uClibc/config/i386 +++ b/toolchain/uClibc/config/i386 @@ -86,7 +86,7 @@ UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS=y # PTHREADS_DEBUG_SUPPORT is not set -LINUXTHREADS_OLD=y +# LINUXTHREADS_OLD is not set UCLIBC_HAS_LFS=y # MALLOC is not set # MALLOC_SIMPLE is not set diff --git a/toolchain/uClibc/config/i686 b/toolchain/uClibc/config/i686 index 6f135cd202..f7a5428ead 100644 --- a/toolchain/uClibc/config/i686 +++ b/toolchain/uClibc/config/i686 @@ -86,7 +86,7 @@ UCLIBC_CTOR_DTOR=y # HAS_NO_THREADS is not set UCLIBC_HAS_THREADS=y # PTHREADS_DEBUG_SUPPORT is not set -LINUXTHREADS_OLD=y +# LINUXTHREADS_OLD is not set UCLIBC_HAS_LFS=y # MALLOC is not set # MALLOC_SIMPLE is not set