summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
Diffstat (limited to 'target')
-rw-r--r--target/arc/uclibc.config2
-rw-r--r--target/arm/uclibc.config2
-rw-r--r--target/avr32/uclibc.config2
-rw-r--r--target/bfin/uclibc.config2
-rw-r--r--target/cris/uclibc.config2
-rw-r--r--target/m68k/uclibc.config2
-rw-r--r--target/mips/uclibc.config2
-rw-r--r--target/mips64/uclibc.config2
-rw-r--r--target/ppc/uclibc.config2
-rw-r--r--target/sh/uclibc.config2
-rw-r--r--target/sparc/uclibc.config2
-rw-r--r--target/x86/uclibc.config2
-rw-r--r--target/x86_64/uclibc.config2
-rw-r--r--target/xtensa/uclibc.config2
14 files changed, 14 insertions, 14 deletions
diff --git a/target/arc/uclibc.config b/target/arc/uclibc.config
index 8f9dddb4d..28da1d928 100644
--- a/target/arc/uclibc.config
+++ b/target/arc/uclibc.config
@@ -88,7 +88,7 @@ UCLIBC_CTOR_DTOR=y
UCLIBC_HAS_THREADS_NATIVE=y
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=y
diff --git a/target/arm/uclibc.config b/target/arm/uclibc.config
index dbf41072b..7322d02e5 100644
--- a/target/arm/uclibc.config
+++ b/target/arm/uclibc.config
@@ -88,7 +88,7 @@ LDSO_GNU_HASH_SUPPORT=y
UCLIBC_HAS_THREADS_NATIVE=y
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
diff --git a/target/avr32/uclibc.config b/target/avr32/uclibc.config
index 2d42b019d..81bc22342 100644
--- a/target/avr32/uclibc.config
+++ b/target/avr32/uclibc.config
@@ -85,7 +85,7 @@ LINUXTHREADS_OLD=y
# LINUXTHREADS_NEW is not set
# UCLIBC_HAS_THREADS_NATIVE is not set
UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
# MALLOC is not set
diff --git a/target/bfin/uclibc.config b/target/bfin/uclibc.config
index e57474bba..285b76f5e 100644
--- a/target/bfin/uclibc.config
+++ b/target/bfin/uclibc.config
@@ -88,7 +88,7 @@ LINUXTHREADS_OLD=y
# LINUXTHREADS_NEW is not set
# UCLIBC_HAS_THREADS_NATIVE is not set
UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
MALLOC=y
diff --git a/target/cris/uclibc.config b/target/cris/uclibc.config
index 0b9aa4689..50f921861 100644
--- a/target/cris/uclibc.config
+++ b/target/cris/uclibc.config
@@ -86,7 +86,7 @@ LINUXTHREADS_OLD=y
# LINUXTHREADS_NEW is not set
# UCLIBC_HAS_THREADS_NATIVE is not set
UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
# MALLOC is not set
diff --git a/target/m68k/uclibc.config b/target/m68k/uclibc.config
index 27b9e6923..7abadef09 100644
--- a/target/m68k/uclibc.config
+++ b/target/m68k/uclibc.config
@@ -87,7 +87,7 @@ LINUXTHREADS_OLD=y
# LINUXTHREADS_NEW is not set
# UCLIBC_HAS_THREADS_NATIVE is not set
UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
# MALLOC is not set
diff --git a/target/mips/uclibc.config b/target/mips/uclibc.config
index 496a21deb..0159d79e7 100644
--- a/target/mips/uclibc.config
+++ b/target/mips/uclibc.config
@@ -94,7 +94,7 @@ UCLIBC_CTOR_DTOR=y
UCLIBC_HAS_THREADS_NATIVE=y
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
diff --git a/target/mips64/uclibc.config b/target/mips64/uclibc.config
index 83d14bc49..8f4830f79 100644
--- a/target/mips64/uclibc.config
+++ b/target/mips64/uclibc.config
@@ -94,7 +94,7 @@ UCLIBC_CTOR_DTOR=y
UCLIBC_HAS_THREADS_NATIVE=y
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
diff --git a/target/ppc/uclibc.config b/target/ppc/uclibc.config
index b6e877895..7e72c8a4b 100644
--- a/target/ppc/uclibc.config
+++ b/target/ppc/uclibc.config
@@ -87,7 +87,7 @@ LDSO_GNU_HASH_SUPPORT=y
UCLIBC_HAS_THREADS_NATIVE=y
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
diff --git a/target/sh/uclibc.config b/target/sh/uclibc.config
index f392f793a..1f9c749c7 100644
--- a/target/sh/uclibc.config
+++ b/target/sh/uclibc.config
@@ -89,7 +89,7 @@ LDSO_GNU_HASH_SUPPORT=y
UCLIBC_HAS_THREADS_NATIVE=y
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
diff --git a/target/sparc/uclibc.config b/target/sparc/uclibc.config
index 0220d2c80..31708b380 100644
--- a/target/sparc/uclibc.config
+++ b/target/sparc/uclibc.config
@@ -89,7 +89,7 @@ UCLIBC_CTOR_DTOR=y
UCLIBC_HAS_THREADS_NATIVE=y
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
diff --git a/target/x86/uclibc.config b/target/x86/uclibc.config
index 952c4dcfd..b095a1260 100644
--- a/target/x86/uclibc.config
+++ b/target/x86/uclibc.config
@@ -90,7 +90,7 @@ LDSO_GNU_HASH_SUPPORT=y
UCLIBC_HAS_THREADS_NATIVE=y
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
diff --git a/target/x86_64/uclibc.config b/target/x86_64/uclibc.config
index 0fb2751e3..ad8ba88a2 100644
--- a/target/x86_64/uclibc.config
+++ b/target/x86_64/uclibc.config
@@ -86,7 +86,7 @@ LDSO_GNU_HASH_SUPPORT=y
UCLIBC_HAS_THREADS_NATIVE=y
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
diff --git a/target/xtensa/uclibc.config b/target/xtensa/uclibc.config
index 866932381..3229a70fc 100644
--- a/target/xtensa/uclibc.config
+++ b/target/xtensa/uclibc.config
@@ -78,7 +78,7 @@ UCLIBC_CTOR_DTOR=y
# LINUXTHREADS_NEW is not set
UCLIBC_HAS_THREADS_NATIVE=yes
UCLIBC_HAS_THREADS=y
-# PTHREADS_DEBUG_SUPPORT is not set
+PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_SYSLOG=y
UCLIBC_HAS_LFS=y
# MALLOC is not set