diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-04 11:02:57 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-10-04 11:03:03 +0200 |
commit | 9c4555f705fa9de174a946caee3557cb7c420679 (patch) | |
tree | 99c16955735b0d6cf70924b558363775694177ed /target/m68k | |
parent | 5e2219980bd19bc8cc410d26f53f4c374484c78e (diff) |
use linuxthreads (new) for gdbserver usage on coldfire target
Diffstat (limited to 'target/m68k')
-rw-r--r-- | target/m68k/uclibc.config | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/m68k/uclibc.config b/target/m68k/uclibc.config index 7abadef09..8c7ca1104 100644 --- a/target/m68k/uclibc.config +++ b/target/m68k/uclibc.config @@ -83,8 +83,8 @@ 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_NEW is not set +# LINUXTHREADS_OLD is not set +LINUXTHREADS_NEW=y # UCLIBC_HAS_THREADS_NATIVE is not set UCLIBC_HAS_THREADS=y PTHREADS_DEBUG_SUPPORT=y |