patches/gcc/4.4.6/220-libiberty-pic.patch
author Titus von Boxberg <titus@v9g.de>
Sun Aug 21 17:54:12 2011 +0200 (2011-08-21)
branch1.12
changeset 2635 daa630f28c05
parent 2149 98b7806295cc
permissions -rw-r--r--
complibs/libelf: use target ranlib

For portability, the right ranlib for the target must be passed to
libelf's configure.

Signed-off-by: "Titus von Boxberg" <titus@v9g.de>
(transplanted from e4a6fefcb0f5ecbcade3ae5edbe609560843aed1)
     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