瀏覽代碼

nptl: avoid spurious rebuilds of libpthread*.a

Signed-off-by: Bernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Bernhard Reutner-Fischer 15 年之前
父節點
當前提交
2679c354bd
共有 1 個文件被更改,包括 0 次插入2 次删除
  1. 0 2
      libpthread/nptl/Makefile.in

+ 0 - 2
libpthread/nptl/Makefile.in

@@ -295,13 +295,11 @@ $(PTHREAD_OUT)/libpthread_so.a: STRIP_FLAGS:=$(STRIP_FLAGS:-x=-X --strip-debug)
 endif
 endif
 $(PTHREAD_OUT)/libpthread_so.a: $(libpthread-so-y)
 $(PTHREAD_OUT)/libpthread_so.a: $(libpthread-so-y)
 	$(Q)$(RM) $@
 	$(Q)$(RM) $@
-	$(do_strip)
 	$(do_ar)
 	$(do_ar)
 
 
 $(top_builddir)lib/libpthread.a: $(libpthread-a-y)
 $(top_builddir)lib/libpthread.a: $(libpthread-a-y)
 	$(Q)$(INSTALL) -d $(dir $@)
 	$(Q)$(INSTALL) -d $(dir $@)
 	$(Q)$(RM) $@
 	$(Q)$(RM) $@
-	$(do_strip)
 	$(do_ar)
 	$(do_ar)
 
 
 #
 #