summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb
diff options
context:
space:
mode:
authorlumag <dbaryshkov@gmail.com>2011-08-16 16:07:44 +0000
committerKoen Kooi <koen@dominion.thruhere.net>2011-08-16 13:07:43 +0200
commit246b0b07f771ef6d096d0ef3e488ea28c56e13c5 (patch)
tree7fcc32addbf393a106f80bce8ff89bbccc57911e /meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb
parent6d424db5a0f952956a218e82a3ef0c43ebaafd5a (diff)
downloadmeta-openembedded-246b0b07f771ef6d096d0ef3e488ea28c56e13c5.tar.gz
binutils-2.20.1: import several patches from Debian
Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Signed-off-by: Dmitry Eremin-Solenikov <dbaryshkov@gmail.com> Signed-off-by: Koen Kooi <koen@dominion.thruhere.net>
Diffstat (limited to 'meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb')
-rw-r--r--meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb6
1 files changed, 5 insertions, 1 deletions
diff --git a/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb b/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb
index 6961a46f7..2558bdaa0 100644
--- a/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb
+++ b/meta-oe/recipes-devtools/binutils/binutils_2.20.1.bb
@@ -1,6 +1,6 @@
1require binutils.inc 1require binutils.inc
2 2
3PR = "r5" 3PR = "r6"
4 4
5LIC_FILES_CHKSUM="\ 5LIC_FILES_CHKSUM="\
6 file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\ 6 file://src-release;endline=17;md5=4830a9ef968f3b18dd5e9f2c00db2d35\
@@ -30,6 +30,10 @@ SRC_URI = "\
30 file://libiberty_path_fix.patch \ 30 file://libiberty_path_fix.patch \
31 file://binutils-poison.patch \ 31 file://binutils-poison.patch \
32 file://libtool-rpath-fix.patch \ 32 file://libtool-rpath-fix.patch \
33 file://152_arm_branches_to_weak_symbols.patch \
34 file://200_elflink_%B_fixes.patch \
35 file://201_elflink_improve_noaddneeded_errors.patch \
36 file://202_elflink_noaddneeded_vs_weak.patch \
33 " 37 "
34 38
35SRC_URI[md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5" 39SRC_URI[md5sum] = "9cdfb9d6ec0578c166d3beae5e15c4e5"