From a79f0494a14e5a99edc3ff52ff04f796e5a56453 Mon Sep 17 00:00:00 2001 From: Peter Korsgaard Date: Wed, 9 May 2012 11:17:07 +0200 Subject: crosstool-ng: use uClibc 0.9.33.1 / NPTL by default So we're in sync with the internal toolchain. Signed-off-by: Peter Korsgaard --- toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc') diff --git a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc index 13b30d95f..c1150965a 100644 --- a/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc +++ b/toolchain/toolchain-crosstool-ng/crosstool-ng.config-uClibc @@ -322,13 +322,13 @@ CT_CC_GCC_LDBL_128=m # C-library # CT_LIBC="uClibc" -CT_LIBC_VERSION="0.9.32" +CT_LIBC_VERSION="0.9.33.1" CT_LIBC_uClibc=y CT_LIBC_uClibc_AVAILABLE=y -# CT_LIBC_UCLIBC_V_0_9_33_1 is not set +# CT_LIBC_UCLIBC_V_0_9_33_1=y # CT_LIBC_UCLIBC_V_0_9_33 is not set # CT_LIBC_UCLIBC_V_0_9_32_1 is not set -CT_LIBC_UCLIBC_V_0_9_32=y +# CT_LIBC_UCLIBC_V_0_9_32 is not set # CT_LIBC_UCLIBC_V_0_9_30_3 is not set # CT_LIBC_UCLIBC_V_0_9_30_2 is not set # CT_LIBC_UCLIBC_V_0_9_30_1 is not set @@ -355,8 +355,8 @@ CT_THREADS="linuxthreads" # # Common C library options # -# CT_THREADS_NPTL is not set -CT_THREADS_LINUXTHREADS=y +CT_THREADS_NPTL=y +# CT_THREADS_LINUXTHREADS is not set # CT_THREADS_NONE is not set CT_LIBC_XLDD=y -- cgit v1.2.3