diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 13:58:30 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-10-17 13:58:30 +0200 |
commit | 88dd48f85bc6191e990650613c1cea87db978485 (patch) | |
tree | b0163c92c387734a72705410e8111c84d87e3d57 /target/m68k/uclibc.config | |
parent | f043b8522e55308488448593bb4997614732a30a (diff) | |
parent | 59161fbfcb5c72b28491056f85785528f3e444f1 (diff) |
Merge branch 'master' of git+ssh://openadk.org/git/openadk
Diffstat (limited to 'target/m68k/uclibc.config')
-rw-r--r-- | target/m68k/uclibc.config | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/target/m68k/uclibc.config b/target/m68k/uclibc.config index d1c132bc3..12e42b194 100644 --- a/target/m68k/uclibc.config +++ b/target/m68k/uclibc.config @@ -1,7 +1,7 @@ # # Automatically generated make config: don't edit # Version: 0.9.33.2 -# Fri Sep 21 11:44:35 2012 +# Thu Oct 17 09:03:34 2013 # # TARGET_alpha is not set # TARGET_arm is not set @@ -77,11 +77,12 @@ LDSO_LD_LIBRARY_PATH=y UCLIBC_CTOR_DTOR=y # LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set -LINUXTHREADS_OLD=y +# LINUXTHREADS_OLD is not set # LINUXTHREADS_NEW is not set -# UCLIBC_HAS_THREADS_NATIVE is not set +UCLIBC_HAS_THREADS_NATIVE=y UCLIBC_HAS_THREADS=y -PTHREADS_DEBUG_SUPPORT=y +UCLIBC_HAS_TLS=y +# PTHREADS_DEBUG_SUPPORT is not set UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y # MALLOC is not set @@ -194,6 +195,7 @@ UCLIBC_HAS_ERRNO_MESSAGES=y UCLIBC_HAS_SIGNUM_MESSAGES=y # UCLIBC_HAS_SYS_SIGLIST is not set UCLIBC_HAS_GNU_GETOPT=y +UCLIBC_HAS_STDIO_FUTEXES=y UCLIBC_HAS_GNU_GETSUBOPT=y # @@ -234,7 +236,6 @@ UCLIBC_BUILD_NOEXECSTACK=y CROSS_COMPILER_PREFIX="" UCLIBC_EXTRA_CFLAGS="" # DODEBUG is not set -# DODEBUG_PT is not set DOSTRIP=y # DOASSERTS is not set # SUPPORT_LD_DEBUG is not set |