summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-001_ld_makefile_patch.patch
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2011-11-28 10:20:10 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-11-29 11:22:09 +0000
commit94cc38623667ec0e044e63e6c9b9adf7ae13df0c (patch)
tree71a22d0ab62e3dfc417c8a49ecf8d9ca3362d0dd /meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-001_ld_makefile_patch.patch
parentc62bb97c72b990b1c30e2f4dcef67682685a360d (diff)
downloadpoky-94cc38623667ec0e044e63e6c9b9adf7ae13df0c.tar.gz
binutils: upgrade from 2.21.1a to 2.22
And rebase the patches to the newer source code This patch is upstream hence deleting it from the recipe. binutils/110-arm-eabi-conf.patch (From OE-Core rev: 715bcfe3701e5ee3e12ee4af9c868a9bbf441525) Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-001_ld_makefile_patch.patch')
-rw-r--r--meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-001_ld_makefile_patch.patch16
1 files changed, 10 insertions, 6 deletions
diff --git a/meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-001_ld_makefile_patch.patch b/meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-001_ld_makefile_patch.patch
index 07312d70bf..c6e1efcea0 100644
--- a/meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-001_ld_makefile_patch.patch
+++ b/meta/recipes-devtools/binutils/binutils/binutils-uclibc-300-001_ld_makefile_patch.patch
@@ -27,9 +27,11 @@ exit 0
27Upstream-Status: Inappropriate [debian patch] 27Upstream-Status: Inappropriate [debian patch]
28 28
29@DPATCH@ 29@DPATCH@
30--- binutils-2.16.91.0.1/ld/Makefile.am 30Index: binutils-2.22/ld/Makefile.am
31+++ binutils-2.16.91.0.1/ld/Makefile.am 31===================================================================
32@@ -20,7 +20,7 @@ 32--- binutils-2.22.orig/ld/Makefile.am
33+++ binutils-2.22/ld/Makefile.am
34@@ -37,7 +37,7 @@ endif
33 # We put the scripts in the directory $(scriptdir)/ldscripts. 35 # We put the scripts in the directory $(scriptdir)/ldscripts.
34 # We can't put the scripts in $(datadir) because the SEARCH_DIR 36 # We can't put the scripts in $(datadir) because the SEARCH_DIR
35 # directives need to be different for native and cross linkers. 37 # directives need to be different for native and cross linkers.
@@ -38,9 +40,11 @@ Upstream-Status: Inappropriate [debian patch]
38 40
39 EMUL = @EMUL@ 41 EMUL = @EMUL@
40 EMULATION_OFILES = @EMULATION_OFILES@ 42 EMULATION_OFILES = @EMULATION_OFILES@
41--- binutils-2.16.91.0.1/ld/Makefile.in 43Index: binutils-2.22/ld/Makefile.in
42+++ binutils-2.16.91.0.1/ld/Makefile.in 44===================================================================
43@@ -268,7 +268,7 @@ 45--- binutils-2.22.orig/ld/Makefile.in
46+++ binutils-2.22/ld/Makefile.in
47@@ -366,7 +366,7 @@ AM_CFLAGS = $(WARN_CFLAGS)
44 # We put the scripts in the directory $(scriptdir)/ldscripts. 48 # We put the scripts in the directory $(scriptdir)/ldscripts.
45 # We can't put the scripts in $(datadir) because the SEARCH_DIR 49 # We can't put the scripts in $(datadir) because the SEARCH_DIR
46 # directives need to be different for native and cross linkers. 50 # directives need to be different for native and cross linkers.