wok-next annotate gcc/stuff/patches/051_all_libiberty-pic.patch @ rev 21724

busybox: update configs
author Pascal Bellard <pascal.bellard@slitaz.org>
date Tue Sep 01 11:04:25 2020 +0000 (2020-09-01)
parents
children
rev   line source
al@21060 1 --- a/libiberty/Makefile.in
al@21060 2 +++ b/libiberty/Makefile.in
al@21060 3 @@ -246,6 +246,7 @@ $(TARGETLIB): $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS)
al@21060 4 $(AR) $(AR_FLAGS) $(TARGETLIB) \
al@21060 5 $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
al@21060 6 $(RANLIB) $(TARGETLIB); \
al@21060 7 + cp $(TARGETLIB) ../ ; \
al@21060 8 cd ..; \
al@21060 9 else true; fi
al@21060 10