summaryrefslogtreecommitdiff
path: root/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
diff options
context:
space:
mode:
Diffstat (limited to 'patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch')
-rw-r--r--patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch19
1 files changed, 12 insertions, 7 deletions
diff --git a/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch b/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
index 9eea2a1..99b02f7 100644
--- a/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
+++ b/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
@@ -1,12 +1,17 @@
+Original patch from: ../crosstool-NG/ct-ng.trunk/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
+
+-= BEGIN original header =-
Fix ld scripts path, copied from buildroot.
binutils-2.18.50.0.6/ld/Makefile.am | 2 1 1 0 +-
binutils-2.18.50.0.6/ld/Makefile.in | 2 1 1 0 +-
2 files changed, 2 insertions(+), 2 deletions(-)
-diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.am binutils-2.18.50.0.6/ld/Makefile.am
---- binutils-2.18.50.0.6.orig/ld/Makefile.am 2008-04-03 18:54:05.000000000 +0200
-+++ binutils-2.18.50.0.6/ld/Makefile.am 2008-05-02 23:25:14.000000000 +0200
+-= END original header =-
+
+diff -durN binutils-2.18.50.0.4.orig/ld/Makefile.am binutils-2.18.50.0.4/ld/Makefile.am
+--- binutils-2.18.50.0.4.orig/ld/Makefile.am 2007-11-03 21:40:37.000000000 +0100
++++ binutils-2.18.50.0.4/ld/Makefile.am 2009-03-07 12:17:30.000000000 +0100
@@ -18,7 +18,7 @@
# We put the scripts in the directory $(scriptdir)/ldscripts.
# We can't put the scripts in $(datadir) because the SEARCH_DIR
@@ -16,10 +21,10 @@ diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.am binutils-2.18.50.0.6/ld/Make
EMUL = @EMUL@
EMULATION_OFILES = @EMULATION_OFILES@
-diff -durN binutils-2.18.50.0.6.orig/ld/Makefile.in binutils-2.18.50.0.6/ld/Makefile.in
---- binutils-2.18.50.0.6.orig/ld/Makefile.in 2008-04-03 18:54:05.000000000 +0200
-+++ binutils-2.18.50.0.6/ld/Makefile.in 2008-05-02 23:25:14.000000000 +0200
-@@ -288,7 +288,7 @@
+diff -durN binutils-2.18.50.0.4.orig/ld/Makefile.in binutils-2.18.50.0.4/ld/Makefile.in
+--- binutils-2.18.50.0.4.orig/ld/Makefile.in 2007-11-03 21:40:37.000000000 +0100
++++ binutils-2.18.50.0.4/ld/Makefile.in 2009-03-07 12:17:30.000000000 +0100
+@@ -287,7 +287,7 @@
# We put the scripts in the directory $(scriptdir)/ldscripts.
# We can't put the scripts in $(datadir) because the SEARCH_DIR
# directives need to be different for native and cross linkers.