patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
changeset 1241 d9bcfb2d7369
parent 747 d3e603e7c17c
     1.1 --- a/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch	Mon Jul 28 21:32:33 2008 +0000
     1.2 +++ b/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch	Sat Mar 07 11:20:27 2009 +0000
     1.3 @@ -1,12 +1,17 @@
     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 -diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.am binutils-2.18.50.0.6/ld/Makefile.am
    1.14 ---- binutils-2.18.50.0.6.orig/ld/Makefile.am	2008-04-03 18:54:05.000000000 +0200
    1.15 -+++ binutils-2.18.50.0.6/ld/Makefile.am	2008-05-02 23:25:14.000000000 +0200
    1.16 +-= END original header =-
    1.17 +
    1.18 +diff -durN binutils-2.18.50.0.4.orig/ld/Makefile.am binutils-2.18.50.0.4/ld/Makefile.am
    1.19 +--- binutils-2.18.50.0.4.orig/ld/Makefile.am	2007-11-03 21:40:37.000000000 +0100
    1.20 ++++ binutils-2.18.50.0.4/ld/Makefile.am	2009-03-07 12:17:30.000000000 +0100
    1.21  @@ -18,7 +18,7 @@
    1.22   # We put the scripts in the directory $(scriptdir)/ldscripts.
    1.23   # We can't put the scripts in $(datadir) because the SEARCH_DIR
    1.24 @@ -16,10 +21,10 @@
    1.25   
    1.26   EMUL = @EMUL@
    1.27   EMULATION_OFILES = @EMULATION_OFILES@
    1.28 -diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.in binutils-2.18.50.0.6/ld/Makefile.in
    1.29 ---- binutils-2.18.50.0.6.orig/ld/Makefile.in	2008-04-03 18:54:05.000000000 +0200
    1.30 -+++ binutils-2.18.50.0.6/ld/Makefile.in	2008-05-02 23:25:14.000000000 +0200
    1.31 -@@ -288,7 +288,7 @@
    1.32 +diff -durN binutils-2.18.50.0.4.orig/ld/Makefile.in binutils-2.18.50.0.4/ld/Makefile.in
    1.33 +--- binutils-2.18.50.0.4.orig/ld/Makefile.in	2007-11-03 21:40:37.000000000 +0100
    1.34 ++++ binutils-2.18.50.0.4/ld/Makefile.in	2009-03-07 12:17:30.000000000 +0100
    1.35 +@@ -287,7 +287,7 @@
    1.36   # We put the scripts in the directory $(scriptdir)/ldscripts.
    1.37   # We can't put the scripts in $(datadir) because the SEARCH_DIR
    1.38   # directives need to be different for native and cross linkers.