OSDN Git Service

Oops. Don't call strip twice
authorEric Andersen <andersen@codepoet.org>
Thu, 13 Mar 2003 19:54:36 +0000 (19:54 -0000)
committerEric Andersen <andersen@codepoet.org>
Thu, 13 Mar 2003 19:54:36 +0000 (19:54 -0000)
libpthread/linuxthreads/Makefile

index cb08942..38d0fc5 100644 (file)
@@ -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