patches/gcc/4.4.4/220-libiberty-pic.patch
author "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Fri Sep 21 16:10:34 2012 +0200 (2012-09-21)
changeset 3054 e978441f521c
parent 1948 d341be24dc68
permissions -rw-r--r--
cc/gcc: update Linaro GCC revisions to 2012.09

Update Linaro GCC with the latest available revisions.

Signed-off-by: "Benoît Thébaudeau" <benoit.thebaudeau@advansee.com>
Message-Id: <cd97309e8b617d7d729e.1348236736@advdt005-ubuntu>
PatchWork-ID: 185741
     1 diff -durN gcc-4.4.4.orig/libiberty/Makefile.in gcc-4.4.4/libiberty/Makefile.in
     2 --- gcc-4.4.4.orig/libiberty/Makefile.in	2008-10-22 15:30:19.000000000 +0200
     3 +++ gcc-4.4.4/libiberty/Makefile.in	2010-05-16 19:13:20.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