diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2023-02-26 15:10:20 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2023-02-26 15:10:20 +0100 |
commit | cf23443ea2aade2d1a1e538518be771f775eb3eb (patch) | |
tree | 7418bc010f37d44f0d7e0c5cff94eb9ce553a13c /target/riscv32 | |
parent | 6b1ca2a3e8724652fd73b8fc540f6bc977b8ccb4 (diff) |
riscv32: enable pthreads debug
Diffstat (limited to 'target/riscv32')
-rw-r--r-- | target/riscv32/uclibc-ng.config | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/target/riscv32/uclibc-ng.config b/target/riscv32/uclibc-ng.config index 520ff6f8e..d91603b8e 100644 --- a/target/riscv32/uclibc-ng.config +++ b/target/riscv32/uclibc-ng.config @@ -81,11 +81,11 @@ LDSO_LD_LIBRARY_PATH=y UCLIBC_CTOR_DTOR=y # LDSO_GNU_HASH_SUPPORT is not set # HAS_NO_THREADS is not set -# UCLIBC_HAS_LINUXTHREADS is not set -UCLIBC_HAS_THREADS_NATIVE=y +UCLIBC_HAS_LINUXTHREADS=y +#UCLIBC_HAS_THREADS_NATIVE is not set UCLIBC_HAS_THREADS=y UCLIBC_HAS_TLS=y -# PTHREADS_DEBUG_SUPPORT is not set +PTHREADS_DEBUG_SUPPORT=y UCLIBC_HAS_SYSLOG=y UCLIBC_HAS_LFS=y # MALLOC is not set |