summaryrefslogtreecommitdiffstats
path: root/target
diff options
context:
space:
mode:
author"Steven J. Hill"2005-09-24 21:58:18 +0200
committer"Steven J. Hill"2005-09-24 21:58:18 +0200
commit4891f7e79d75208d067f7a23e1dde62f057e4ce4 (patch)
treefe2214cf1c9d976b7831de9d15b55ad289fde874 /target
parentversion bump as pointed out by daisuke in Bug 400 (diff)
downloadbuildroot-4891f7e79d75208d067f7a23e1dde62f057e4ce4.tar.gz
buildroot-4891f7e79d75208d067f7a23e1dde62f057e4ce4.tar.xz
buildroot-4891f7e79d75208d067f7a23e1dde62f057e4ce4.zip
Fix renaming of UCLIBC_HAS_THREADS_NATIVE option for buildroot.
Diffstat (limited to 'target')
-rw-r--r--target/device/AMD/DBAu1500/uClibc.config.mips2
-rw-r--r--target/device/AMD/DBAu1500/uClibc.config.mipsel2
2 files changed, 2 insertions, 2 deletions
diff --git a/target/device/AMD/DBAu1500/uClibc.config.mips b/target/device/AMD/DBAu1500/uClibc.config.mips
index fd28e2c4b..b7dfff1c9 100644
--- a/target/device/AMD/DBAu1500/uClibc.config.mips
+++ b/target/device/AMD/DBAu1500/uClibc.config.mips
@@ -66,7 +66,7 @@ LDSO_RUNPATH=y
UCLIBC_CTOR_DTOR=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y
-# PTHREADS_NATIVE is not set
+# UCLIBC_HAS_THREADS_NATIVE is not set
PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_LFS=y
# UCLIBC_STATIC_LDCONFIG is not set
diff --git a/target/device/AMD/DBAu1500/uClibc.config.mipsel b/target/device/AMD/DBAu1500/uClibc.config.mipsel
index 971b800bd..2f9578305 100644
--- a/target/device/AMD/DBAu1500/uClibc.config.mipsel
+++ b/target/device/AMD/DBAu1500/uClibc.config.mipsel
@@ -66,7 +66,7 @@ LDSO_RUNPATH=y
UCLIBC_CTOR_DTOR=y
# HAS_NO_THREADS is not set
UCLIBC_HAS_THREADS=y
-# PTHREADS_NATIVE is not set
+# UCLIBC_HAS_THREADS_NATIVE is not set
PTHREADS_DEBUG_SUPPORT=y
UCLIBC_HAS_LFS=y
# UCLIBC_STATIC_LDCONFIG is not set