patches/gcc/4.4.7/220-libiberty-pic.patch
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Thu Oct 11 15:55:15 2012 +0200 (2012-10-11)
changeset 3068 27db02096a6f
parent 2406 95e0c248d257
permissions -rw-r--r--
cc/gcc: update Linaro GCC revisions to 2012.10

cc/gcc: update Linaro GCC revisions to 2012.10

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <b482331ff863a5fc3507.1349963865@advdt005-ubuntu>
PatchWork-Id: 190914
     1 diff -durN gcc-4.4.5.orig/libiberty/Makefile.in gcc-4.4.5/libiberty/Makefile.in
     2 --- gcc-4.4.5.orig/libiberty/Makefile.in	2008-10-22 15:30:19.000000000 +0200
     3 +++ gcc-4.4.5/libiberty/Makefile.in	2010-10-09 23:02:28.000000000 +0200
     4 @@ -227,6 +227,7 @@
     5  	  $(AR) $(AR_FLAGS) $(TARGETLIB) \
     6  	    $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
     7  	  $(RANLIB) $(TARGETLIB); \
     8 +	  cp $(TARGETLIB) ../ ; \
     9  	  cd ..; \
    10  	else true; fi
    11