patches/binutils/2.18.50.0.4/200-ld-makefile-path.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sat Jul 26 15:12:33 2008 +0000 (2008-07-26)
branch1.2
changeset 730 823ac8f8e9fd
permissions -rw-r--r--
Backport #849 from trunk:
Remove garbage files left behind by downloads from sourceforge.net.

/branches/1.2/scripts/build/debug/500-strace.sh | 4 4 0 0 ++++
/branches/1.2/scripts/build/debug/200-duma.sh | 5 4 1 0 ++++-
2 files changed, 8 insertions(+), 1 deletion(-)
     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