patches/binutils/2.20.1a/230-libiberty-pic.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Sep 11 18:18:53 2011 +0200 (2011-09-11)
changeset 2664 346263a07115
parent 2088 patches/binutils/2.20.1/230-libiberty-pic.patch@4f21ba5f8e91
permissions -rw-r--r--
binutils/binutils: fixup version strings

Recently, all binutils versions have been renamed after a GPL compliance
issue was found and fixed in binutils;
http://sourceware.org/ml/binutils/2011-08/msg00198.html

Although legacy symlinks have been put in place, we should now use
the new, real version strings.

Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
     1 
     2 
     3 diff -durN binutils-2.20.1.orig/libiberty/Makefile.in binutils-2.20.1/libiberty/Makefile.in
     4 --- binutils-2.20.1.orig/libiberty/Makefile.in	2009-08-23 21:03:58.000000000 +0200
     5 +++ binutils-2.20.1/libiberty/Makefile.in	2010-08-17 19:32:19.000000000 +0200
     6 @@ -227,6 +227,7 @@
     7  	  $(AR) $(AR_FLAGS) $(TARGETLIB) \
     8  	    $(REQUIRED_OFILES) $(EXTRA_OFILES) $(LIBOBJS); \
     9  	  $(RANLIB) $(TARGETLIB); \
    10 +	  cp $(TARGETLIB) ../ ; \
    11  	  cd ..; \
    12  	else true; fi
    13