summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--libpthread/linuxthreads_db/CVS/Repository2
-rw-r--r--libpthread/linuxthreads_db/Makefile.in2
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