svn commit: branches/uClibc-nptl/libpthread/linuxthreads_db: CVS

sjhill at uclibc.org sjhill at uclibc.org
Fri Aug 18 02:46:53 UTC 2006


Author: sjhill
Date: 2006-08-17 19:46:52 -0700 (Thu, 17 Aug 2006)
New Revision: 15808

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libpthread/linuxthreads_db/CVS/Repository
   branches/uClibc-nptl/libpthread/linuxthreads_db/Makefile.in


Changeset:
Modified: branches/uClibc-nptl/libpthread/linuxthreads_db/CVS/Repository
===================================================================
--- branches/uClibc-nptl/libpthread/linuxthreads_db/CVS/Repository	2006-08-18 02:34:31 UTC (rev 15807)
+++ branches/uClibc-nptl/libpthread/linuxthreads_db/CVS/Repository	2006-08-18 02:46:52 UTC (rev 15808)
@@ -1 +1 @@
-ports/linuxthreads_db
+linuxthreads/linuxthreads_db

Modified: branches/uClibc-nptl/libpthread/linuxthreads_db/Makefile.in
===================================================================
--- branches/uClibc-nptl/libpthread/linuxthreads_db/Makefile.in	2006-08-18 02:34:31 UTC (rev 15807)
+++ branches/uClibc-nptl/libpthread/linuxthreads_db/Makefile.in	2006-08-18 02:46:52 UTC (rev 15808)
@@ -9,7 +9,7 @@
 CFLAGS-linuxthreads_db := -DNOT_IN_libc -DLIBPTHREAD_SO="\"libpthread.so.$(MAJOR_VERSION)\""
 
 LDFLAGS-libthread_db.so := $(LDFLAGS_NOSTRIP) $(call check_ld,--warn-unresolved-symbols)
-ifneq ($(NOSTRIP),y)
+ifeq ($(DOSTRIP),y)
 LDFLAGS-libthread_db.so += -s
 endif
 




More information about the uClibc-cvs mailing list