Explorar el Código

Haha. I caught it before you did.

"Steven J. Hill" hace 19 años
padre
commit
2274f6b2dd
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  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