summaryrefslogtreecommitdiff
path: root/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
diff options
context:
space:
mode:
authorYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-07 11:20:27 (GMT)
committerYann E. MORIN" <yann.morin.1998@anciens.enib.fr>2009-03-07 11:20:27 (GMT)
commiteba28c52f0e2ccc0f985c120611817d6a9155892 (patch)
treed9a0576362cdc345dfd1526df92b30c3cefc3ea3 /patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch
parent3d7298fc4f7a1eb5eaca618d4ccd42f1a217495d (diff)
Re-diff the binutils-2.18.50.0.4 patches.
Breakage spotted by "Sander Visser" <Sander.Visser@evidente.se> /trunk/patches/binutils/2.18.50.0.4/110-ld-makefile-path.patch | 19 12 7 0 ++++++--- /trunk/patches/binutils/2.18.50.0.4/130-i386-no-divide-comment.patch | 7 6 1 0 +++ /trunk/patches/binutils/2.18.50.0.4/100-arm-uclibcgnueabi.patch | 21 13 8 0 ++++++---- /trunk/patches/binutils/2.18.50.0.4/120-check-ldrunpath-length.patch | 15 10 5 0 +++++-- 4 files changed, 41 insertions(+), 21 deletions(-)
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.