summaryrefslogtreecommitdiffstats
path: root/toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2007-06-28 07:20:42 +0000
committerFelix Fietkau <nbd@openwrt.org>2007-06-28 07:20:42 +0000
commita81db04ee6bd7e051f42ddb67d5b132486a47cd4 (patch)
tree23033a1d703c5d37c81d7f6570b532a6d4130124 /toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch
parentf6a92d6ffec89b1e411a1d53b9e55e3cd9583836 (diff)
downloadmaster-31e0f0ae-a81db04ee6bd7e051f42ddb67d5b132486a47cd4.tar.gz
master-31e0f0ae-a81db04ee6bd7e051f42ddb67d5b132486a47cd4.tar.bz2
master-31e0f0ae-a81db04ee6bd7e051f42ddb67d5b132486a47cd4.zip
remove the custom Build/Prepare override in binutils, use PATCH_DIR, refresh patches using quilt
SVN-Revision: 7752
Diffstat (limited to 'toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch')
-rw-r--r--toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch14
1 files changed, 9 insertions, 5 deletions
diff --git a/toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch b/toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch
index 04a7e61e25..6a490f4336 100644
--- a/toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch
+++ b/toolchain/binutils/patches/2.17/300-001_ld_makefile_patch.patch
@@ -26,8 +26,10 @@ esac
exit 0
@DPATCH@
---- binutils-2.16.91.0.1/ld/Makefile.am
-+++ binutils-2.16.91.0.1/ld/Makefile.am
+Index: binutils-2.17/ld/Makefile.am
+===================================================================
+--- binutils-2.17.orig/ld/Makefile.am 2007-06-28 09:19:34.837940280 +0200
++++ binutils-2.17/ld/Makefile.am 2007-06-28 09:19:35.795794664 +0200
@@ -20,7 +20,7 @@
# We put the scripts in the directory $(scriptdir)/ldscripts.
# We can't put the scripts in $(datadir) because the SEARCH_DIR
@@ -37,9 +39,11 @@ exit 0
EMUL = @EMUL@
EMULATION_OFILES = @EMULATION_OFILES@
---- binutils-2.16.91.0.1/ld/Makefile.in
-+++ binutils-2.16.91.0.1/ld/Makefile.in
-@@ -268,7 +268,7 @@
+Index: binutils-2.17/ld/Makefile.in
+===================================================================
+--- binutils-2.17.orig/ld/Makefile.in 2007-06-28 09:19:34.844939216 +0200
++++ binutils-2.17/ld/Makefile.in 2007-06-28 09:19:35.796794512 +0200
+@@ -269,7 +269,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.