uClibc: disable nptl on a few targets where it is not supported yet
SVN-Revision: 24092
This commit is contained in:
parent
5b2df455f0
commit
df5509a30e
4 changed files with 8 additions and 0 deletions
|
@ -2,9 +2,11 @@ ARCH_BIG_ENDIAN=y
|
|||
CONFIG_AVR32_AP7=y
|
||||
FORCE_SHAREABLE_TEXT_SEGMENTS=y
|
||||
LINKRELAX=y
|
||||
LINUXTHREADS_OLD=y
|
||||
TARGET_ARCH="avr32"
|
||||
TARGET_avr32=y
|
||||
UCLIBC_HAS_FPU=y
|
||||
# UCLIBC_HAS_SCANF_GLIBC_A_FLAG is not set
|
||||
# UCLIBC_HAS_STRING_ARCH_OPT is not set
|
||||
# UCLIBC_HAS_THREADS_NATIVE is not set
|
||||
UNIX98PTY_ONLY=y
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
ARCH_LITTLE_ENDIAN=y
|
||||
CONFIG_CRIS=y
|
||||
# CONFIG_CRISV32 is not set
|
||||
LINUXTHREADS_OLD=y
|
||||
TARGET_ARCH="cris"
|
||||
TARGET_cris=y
|
||||
UCLIBC_HAS_FPU=y
|
||||
# UCLIBC_HAS_THREADS_NATIVE is not set
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
ARCH_BIG_ENDIAN=y
|
||||
LINUXTHREADS_OLD=y
|
||||
TARGET_ARCH="m68k"
|
||||
TARGET_SUBARCH=""
|
||||
TARGET_m68k=y
|
||||
UCLIBC_HAS_LONG_DOUBLE_MATH=y
|
||||
# UCLIBC_HAS_THREADS_NATIVE is not set
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue