thomas@1461: Original patch from: ../4.3.2/170-libiberty-pic.patch thomas@1461: thomas@1461: -= BEGIN original header =- thomas@1461: Original patch from gentoo: gentoo/src/patchsets/gcc/4.3.1/gentoo/51_all_gcc-3.4-libiberty-pic.patch thomas@1461: -= END original header =- thomas@1461: thomas@1461: diff -durN gcc-4.3.3.orig/libiberty/Makefile.in gcc-4.3.3/libiberty/Makefile.in thomas@1461: --- gcc-4.3.3.orig/libiberty/Makefile.in 2007-07-25 08:26:45.000000000 +0200 thomas@1461: +++ gcc-4.3.3/libiberty/Makefile.in 2009-01-27 22:19:30.000000000 +0100 thomas@1461: @@ -225,6 +225,7 @@ thomas@1461: $(AR) $(AR_FLAGS) $(TARGETLIB) \ thomas@1461: $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \ thomas@1461: $(RANLIB) $(TARGETLIB); \ thomas@1461: + cp $(TARGETLIB) ../ ; \ thomas@1461: cd ..; \ thomas@1461: else true; fi thomas@1461: