]> Git Repo - uclibc-ng.git/commitdiff
Again, I need to cut down on my merge times and this last set of changes to the makef...
author"Steven J. Hill" <[email protected]>
Sat, 1 Oct 2005 17:34:42 +0000 (17:34 -0000)
committer"Steven J. Hill" <[email protected]>
Sat, 1 Oct 2005 17:34:42 +0000 (17:34 -0000)
libpthread/Makefile

index 60ad7563d6f09044f67887df7091d4bc7dd135be..18292917a2632f8131d130b2e72a17e4389d2ec0 100644 (file)
 TOPDIR=../
 include $(TOPDIR)Rules.mak
 
+ifeq ($(strip $(UCLIBC_HAS_THREADS_NATIVE)),y)
+ALL_SUBDIRS = nptl nptl_db
+DIRS = nptl
+ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
+       DIRS += nptl_db
+endif
+else
 ALL_SUBDIRS = linuxthreads linuxthreads_db
-
-DIRS=linuxthreads
+DIRS = linuxthreads
 ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
-       DIRS+=linuxthreads_db
+        DIRS += linuxthreads_db
+endif
 endif
 
 all: subdirs
This page took 0.026433 seconds and 4 git commands to generate.