summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads.old_db
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-18 02:47:05 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-18 02:47:05 +0000
commitcddecc927cdea373e18f7fb6c430e97149ba7a8e (patch)
tree277f6ca362c7f93d6223873501f96a86eb292315 /libpthread/linuxthreads.old_db
parent857b8b1da6dae98eddd198516d692c90ff5578ea (diff)
downloaduClibc-alpine-cddecc927cdea373e18f7fb6c430e97149ba7a8e.tar.bz2
uClibc-alpine-cddecc927cdea373e18f7fb6c430e97149ba7a8e.tar.xz
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads.old_db')
-rw-r--r--libpthread/linuxthreads.old_db/Makefile.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads.old_db/Makefile.in b/libpthread/linuxthreads.old_db/Makefile.in
index acdcd69e3..96e1b9496 100644
--- a/libpthread/linuxthreads.old_db/Makefile.in
+++ b/libpthread/linuxthreads.old_db/Makefile.in
@@ -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