diff options
author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-18 02:46:52 +0000 |
---|---|---|
committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2006-08-18 02:46:52 +0000 |
commit | 857b8b1da6dae98eddd198516d692c90ff5578ea (patch) | |
tree | 00cacbf0da9a5a96e8d3a542dd29d65124fdc76c /libpthread/linuxthreads_db | |
parent | 56977c02fd8c31ed4669245828f689512b21b0fc (diff) | |
download | uClibc-alpine-857b8b1da6dae98eddd198516d692c90ff5578ea.tar.bz2 uClibc-alpine-857b8b1da6dae98eddd198516d692c90ff5578ea.tar.xz |
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads_db')
-rw-r--r-- | libpthread/linuxthreads_db/CVS/Repository | 2 | ||||
-rw-r--r-- | libpthread/linuxthreads_db/Makefile.in | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/libpthread/linuxthreads_db/CVS/Repository b/libpthread/linuxthreads_db/CVS/Repository index 8f0007634..7fda8caeb 100644 --- a/libpthread/linuxthreads_db/CVS/Repository +++ b/libpthread/linuxthreads_db/CVS/Repository @@ -1 +1 @@ -ports/linuxthreads_db +linuxthreads/linuxthreads_db diff --git a/libpthread/linuxthreads_db/Makefile.in b/libpthread/linuxthreads_db/Makefile.in index 1dd2b02b0..d6ad70085 100644 --- a/libpthread/linuxthreads_db/Makefile.in +++ b/libpthread/linuxthreads_db/Makefile.in @@ -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 |