[uClibc-cvs] svn commit: trunk/uClibc/libpthread
sjhill at uclibc.org
sjhill at uclibc.org
Sat May 7 00:35:50 UTC 2005
Author: sjhill
Date: 2005-05-06 18:35:50 -0600 (Fri, 06 May 2005)
New Revision: 10256
Log:
Haha. I caught it before you did.
Modified:
trunk/uClibc/libpthread/Makefile
Changeset:
Modified: trunk/uClibc/libpthread/Makefile
===================================================================
--- trunk/uClibc/libpthread/Makefile 2005-05-07 00:31:49 UTC (rev 10255)
+++ trunk/uClibc/libpthread/Makefile 2005-05-07 00:35:50 UTC (rev 10256)
@@ -46,9 +46,9 @@
endif
ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
ifeq ($(strip $(PTHREADS_NATIVE)),y)
+ DIRS+=nptl_db
+else
DIRS+=linuxthreads_db
-else
- DIRS+=nptl_db
endif
LDFLAGS_THREAD_DB:= $(CPU_LDFLAGS-y) -shared --warn-common --warn-once -z combreloc
endif
More information about the uClibc-cvs
mailing list