svn commit: branches/uClibc-nptl/libpthread/linuxthreads.old_db

sjhill at uclibc.org sjhill at uclibc.org
Fri Aug 18 02:47:05 UTC 2006


Author: sjhill
Date: 2006-08-17 19:47:05 -0700 (Thu, 17 Aug 2006)
New Revision: 15809

Log:
Merge from trunk.


Modified:
   branches/uClibc-nptl/libpthread/linuxthreads.old_db/Makefile.in


Changeset:
Modified: branches/uClibc-nptl/libpthread/linuxthreads.old_db/Makefile.in
===================================================================
--- branches/uClibc-nptl/libpthread/linuxthreads.old_db/Makefile.in	2006-08-18 02:46:52 UTC (rev 15808)
+++ branches/uClibc-nptl/libpthread/linuxthreads.old_db/Makefile.in	2006-08-18 02:47:05 UTC (rev 15809)
@@ -9,7 +9,7 @@
 CFLAGS-linuxthreads.old_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