patches/binutils/2.18.50.0.7/200-ld-makefile-path.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 15:14:48 2008 +0000 (2008-07-26)
branch1.2
changeset 731 65614732cfe7
parent 475 150c918bcb7b
permissions -rw-r--r--
Backport #857 from trunk:
While retrieving files, propagate the preferred extension down to sub-functions.

/branches/1.2/scripts/functions | 8 5 3 0 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
     1 Fix ld scripts path, copied from buildroot.
     2 
     3  binutils-2.18.50.0.6/ld/Makefile.am |    2     1     1     0 +-
     4  binutils-2.18.50.0.6/ld/Makefile.in |    2     1     1     0 +-
     5  2 files changed, 2 insertions(+), 2 deletions(-)
     6 
     7 diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.am binutils-2.18.50.0.6/ld/Makefile.am
     8 --- binutils-2.18.50.0.6.orig/ld/Makefile.am	2008-04-03 18:54:05.000000000 +0200
     9 +++ binutils-2.18.50.0.6/ld/Makefile.am	2008-05-02 23:25:14.000000000 +0200
    10 @@ -18,7 +18,7 @@
    11  # We put the scripts in the directory $(scriptdir)/ldscripts.
    12  # We can't put the scripts in $(datadir) because the SEARCH_DIR
    13  # directives need to be different for native and cross linkers.
    14 -scriptdir = $(tooldir)/lib
    15 +scriptdir = $(libdir)
    16  
    17  EMUL = @EMUL@
    18  EMULATION_OFILES = @EMULATION_OFILES@
    19 diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.in binutils-2.18.50.0.6/ld/Makefile.in
    20 --- binutils-2.18.50.0.6.orig/ld/Makefile.in	2008-04-03 18:54:05.000000000 +0200
    21 +++ binutils-2.18.50.0.6/ld/Makefile.in	2008-05-02 23:25:14.000000000 +0200
    22 @@ -288,7 +288,7 @@
    23  # We put the scripts in the directory $(scriptdir)/ldscripts.
    24  # We can't put the scripts in $(datadir) because the SEARCH_DIR
    25  # directives need to be different for native and cross linkers.
    26 -scriptdir = $(tooldir)/lib
    27 +scriptdir = $(libdir)
    28  BASEDIR = $(srcdir)/..
    29  BFDDIR = $(BASEDIR)/bfd
    30  INCDIR = $(BASEDIR)/include