瀏覽代碼

Haha. I caught it before you did.

"Steven J. Hill" 19 年之前
父節點
當前提交
2274f6b2dd
共有 1 個文件被更改,包括 2 次插入2 次删除
  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