diff options
author | Eric Andersen <andersen@codepoet.org> | 2003-03-13 19:54:36 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2003-03-13 19:54:36 +0000 |
commit | b81b3bfb4ae512b564c88967d00e18a76c488273 (patch) | |
tree | b2eb8c976f7dac745b2cd337139674ad03b0598e /libpthread/linuxthreads | |
parent | 7fa622af221e3682e2dc8808b5a793820393af60 (diff) | |
download | uClibc-alpine-b81b3bfb4ae512b564c88967d00e18a76c488273.tar.bz2 uClibc-alpine-b81b3bfb4ae512b564c88967d00e18a76c488273.tar.xz |
Oops. Don't call strip twice
Diffstat (limited to 'libpthread/linuxthreads')
-rw-r--r-- | libpthread/linuxthreads/Makefile | 1 |
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 |