diff options
author | Felix Fietkau <nbd@openwrt.org> | 2010-11-22 14:50:33 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2010-11-22 14:50:33 +0000 |
commit | df5509a30e29d8e73223bddb5171edb18762aac2 (patch) | |
tree | 353aed3bb52c8d4539ab2f7fb5666c522b15176a /toolchain/uClibc/config-0.9.32/ubicom32 | |
parent | 5b2df455f014d18944cfd737a5d0ba7d2e207d57 (diff) | |
download | upstream-df5509a30e29d8e73223bddb5171edb18762aac2.tar.gz upstream-df5509a30e29d8e73223bddb5171edb18762aac2.tar.bz2 upstream-df5509a30e29d8e73223bddb5171edb18762aac2.zip |
uClibc: disable nptl on a few targets where it is not supported yet
SVN-Revision: 24092
Diffstat (limited to 'toolchain/uClibc/config-0.9.32/ubicom32')
-rw-r--r-- | toolchain/uClibc/config-0.9.32/ubicom32 | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/toolchain/uClibc/config-0.9.32/ubicom32 b/toolchain/uClibc/config-0.9.32/ubicom32 index 86b48736e3..6277fc380a 100644 --- a/toolchain/uClibc/config-0.9.32/ubicom32 +++ b/toolchain/uClibc/config-0.9.32/ubicom32 @@ -7,6 +7,7 @@ CONFIG_UC_UBICOM32_V4=y EXCLUDE_BRK=y FORCE_SHAREABLE_TEXT_SEGMENTS=y LDSO_PRELOAD_FILE_SUPPORT=y +LINUXTHREADS_OLD=y MALLOC=y # MALLOC_STANDARD is not set PTHREADS_DEBUG_SUPPORT=y @@ -26,6 +27,7 @@ UCLIBC_HAS_OBSOLETE_SYSV_SIGNAL=y UCLIBC_HAS_PROFILING=y UCLIBC_HAS_REENTRANT_RPC=y UCLIBC_HAS_STUBS=y +# UCLIBC_HAS_THREADS_NATIVE is not set UCLIBC_HAS_XATTR=y UCLIBC_NTP_LEGACY=y UCLIBC_STATIC_LDCONFIG=y |