Browse Source

Haha. I caught it before you did.

"Steven J. Hill" 19 years ago
parent
commit
2274f6b2dd
1 changed files with 2 additions and 2 deletions
  1. 2 2
      libpthread/Makefile

+ 2 - 2
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