summaryrefslogtreecommitdiff
path: root/libpthread
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread')
-rw-r--r--libpthread/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/Makefile b/libpthread/Makefile
index 30fa34736..9ae128ed2 100644
--- a/libpthread/Makefile
+++ b/libpthread/Makefile
@@ -46,9 +46,9 @@ ifeq ($(UCLIBC_BUILD_NOW),y)
endif
ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
ifeq ($(strip $(PTHREADS_NATIVE)),y)
- DIRS+=linuxthreads_db
-else
DIRS+=nptl_db
+else
+ DIRS+=linuxthreads_db
endif
LDFLAGS_THREAD_DB:= $(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
endif