patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Jun 11 21:47:19 2009 +0000 (2009-06-11)
branch1.4
changeset 1451 25d050084e98
parent 747 d3e603e7c17c
permissions -rw-r--r--
populate: fix installing dynamic linker 'ld.so'

The dynamic linker, ld.so, needs the execute bit to be set.
Detect tht the library being installed is in fact ld.so and
install it with 0755 instead of 0644.

Fix detecting src == dst.

Use a simpler command to copy src -> dst.

Also change echo to printf, get rid of 'echo -n', which is
highly non-portable.


-------- diffstat follows --------
/trunk/scripts/populate.in | 76 43 33 0 +++++++++++++++++++++++++++++-----------------------
1 file changed, 43 insertions(+), 33 deletions(-)
(transplanted from d7ddcb75e0f703e2ba6d17169167356389224870)
     1 Original patch from: ../crosstool-NG/ct-ng.trunk/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
     2 
     3 -= BEGIN original header =-
     4 Fix ld scripts path, copied from buildroot.
     5 
     6  binutils-2.18.50.0.6/ld/Makefile.am |    2     1     1     0 +-
     7  binutils-2.18.50.0.6/ld/Makefile.in |    2     1     1     0 +-
     8  2 files changed, 2 insertions(+), 2 deletions(-)
     9 
    10 -= END original header =-
    11 
    12 diff -durN binutils-2.18.50.0.4.orig/ld/Makefile.am binutils-2.18.50.0.4/ld/Makefile.am
    13 --- binutils-2.18.50.0.4.orig/ld/Makefile.am	2007-11-03 21:40:37.000000000 +0100
    14 +++ binutils-2.18.50.0.4/ld/Makefile.am	2009-03-07 12:17:30.000000000 +0100
    15 @@ -18,7 +18,7 @@
    16  # We put the scripts in the directory $(scriptdir)/ldscripts.
    17  # We can't put the scripts in $(datadir) because the SEARCH_DIR
    18  # directives need to be different for native and cross linkers.
    19 -scriptdir = $(tooldir)/lib
    20 +scriptdir = $(libdir)
    21  
    22  EMUL = @EMUL@
    23  EMULATION_OFILES = @EMULATION_OFILES@
    24 diff -durN binutils-2.18.50.0.4.orig/ld/Makefile.in binutils-2.18.50.0.4/ld/Makefile.in
    25 --- binutils-2.18.50.0.4.orig/ld/Makefile.in	2007-11-03 21:40:37.000000000 +0100
    26 +++ binutils-2.18.50.0.4/ld/Makefile.in	2009-03-07 12:17:30.000000000 +0100
    27 @@ -287,7 +287,7 @@
    28  # We put the scripts in the directory $(scriptdir)/ldscripts.
    29  # We can't put the scripts in $(datadir) because the SEARCH_DIR
    30  # directives need to be different for native and cross linkers.
    31 -scriptdir = $(tooldir)/lib
    32 +scriptdir = $(libdir)
    33  BASEDIR = $(srcdir)/..
    34  BFDDIR = $(BASEDIR)/bfd
    35  INCDIR = $(BASEDIR)/include