patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
changeset 1604 b3f0173f10f3
parent 1603 e0ef539e23d9
child 1605 c400f421858e
     1.1 --- a/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch	Wed Oct 28 18:55:40 2009 +0100
     1.2 +++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.3 @@ -1,35 +0,0 @@
     1.4 -Original patch from: ../crosstool-NG/ct-ng.trunk/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
     1.5 -
     1.6 --= BEGIN original header =-
     1.7 -Fix ld scripts path, copied from buildroot.
     1.8 -
     1.9 - binutils-2.18.50.0.6/ld/Makefile.am |    2     1     1     0 +-
    1.10 - binutils-2.18.50.0.6/ld/Makefile.in |    2     1     1     0 +-
    1.11 - 2 files changed, 2 insertions(+), 2 deletions(-)
    1.12 -
    1.13 --= END original header =-
    1.14 -
    1.15 -diff -durN binutils-2.18.50.0.4.orig/ld/Makefile.am binutils-2.18.50.0.4/ld/Makefile.am
    1.16 ---- binutils-2.18.50.0.4.orig/ld/Makefile.am	2007-11-03 21:40:37.000000000 +0100
    1.17 -+++ binutils-2.18.50.0.4/ld/Makefile.am	2009-03-07 12:17:30.000000000 +0100
    1.18 -@@ -18,7 +18,7 @@
    1.19 - # We put the scripts in the directory $(scriptdir)/ldscripts.
    1.20 - # We can't put the scripts in $(datadir) because the SEARCH_DIR
    1.21 - # directives need to be different for native and cross linkers.
    1.22 --scriptdir = $(tooldir)/lib
    1.23 -+scriptdir = $(libdir)
    1.24 - 
    1.25 - EMUL = @EMUL@
    1.26 - EMULATION_OFILES = @EMULATION_OFILES@
    1.27 -diff -durN binutils-2.18.50.0.4.orig/ld/Makefile.in binutils-2.18.50.0.4/ld/Makefile.in
    1.28 ---- binutils-2.18.50.0.4.orig/ld/Makefile.in	2007-11-03 21:40:37.000000000 +0100
    1.29 -+++ binutils-2.18.50.0.4/ld/Makefile.in	2009-03-07 12:17:30.000000000 +0100
    1.30 -@@ -287,7 +287,7 @@
    1.31 - # We put the scripts in the directory $(scriptdir)/ldscripts.
    1.32 - # We can't put the scripts in $(datadir) because the SEARCH_DIR
    1.33 - # directives need to be different for native and cross linkers.
    1.34 --scriptdir = $(tooldir)/lib
    1.35 -+scriptdir = $(libdir)
    1.36 - BASEDIR = $(srcdir)/..
    1.37 - BFDDIR = $(BASEDIR)/bfd
    1.38 - INCDIR = $(BASEDIR)/include