summaryrefslogtreecommitdiff
path: root/libpthread/linuxthreads
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2003-03-13 19:54:36 +0000
committerEric Andersen <andersen@codepoet.org>2003-03-13 19:54:36 +0000
commitb81b3bfb4ae512b564c88967d00e18a76c488273 (patch)
treeb2eb8c976f7dac745b2cd337139674ad03b0598e /libpthread/linuxthreads
parent7fa622af221e3682e2dc8808b5a793820393af60 (diff)
Oops. Don't call strip twice
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r--libpthread/linuxthreads/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/Makefile b/libpthread/linuxthreads/Makefile
index cb0894224..38d0fc5c8 100644
--- a/libpthread/linuxthreads/Makefile
+++ b/libpthread/linuxthreads/Makefile
@@ -55,7 +55,6 @@ ar-target: $(OBJS)
$(COBJS): %.o : %.c
$(CC) $(CFLAGS) -c $< -o $@
- $(STRIPTOOL) -X --strip-debug -R .note -R .comment $*.o
ifeq ($(strip $(PTHREADS_DEBUG_SUPPORT)),y)
$(STRIPTOOL) -X --strip-debug -R .note -R .comment $*.o
else