diff options
author | Khem Raj <raj.khem@gmail.com> | 2014-04-25 00:19:30 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-07-27 08:37:49 +0100 |
commit | e72727500d678f6c94a8846079970593c177534a (patch) | |
tree | 304708ef5e2913ed37938dbff7f749e689ba13f9 /meta/recipes-devtools/binutils/binutils-2.23.2.inc | |
parent | 90ea79e5156c0023d10c39e380e84c2e233f4c1c (diff) | |
download | poky-e72727500d678f6c94a8846079970593c177534a.tar.gz |
binutils: Fix building nativesdk binutils with gcc 4.9
Patches explain the issue in detail but this is exposed
with gcc 4.9 in binutils 2.23.2
(From OE-Core rev: fc5c467b680fc5aef4b0f689e6988e17a9322ae0)
(From OE-Core rev: 4dfb8847ebf8aab90ad8888933468e2899c96998)
(From OE-Core rev: af347d3298e15552d502d5b2ce497bbda9705bc7)
(From OE-Core rev: 07a7228392ec5157616888cee1eb119f4adb39a7)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/binutils/binutils-2.23.2.inc')
-rw-r--r-- | meta/recipes-devtools/binutils/binutils-2.23.2.inc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta/recipes-devtools/binutils/binutils-2.23.2.inc b/meta/recipes-devtools/binutils/binutils-2.23.2.inc index 99fe2e558f..4de833962f 100644 --- a/meta/recipes-devtools/binutils/binutils-2.23.2.inc +++ b/meta/recipes-devtools/binutils/binutils-2.23.2.inc | |||
@@ -30,6 +30,8 @@ SRC_URI = "\ | |||
30 | ${BACKPORT} \ | 30 | ${BACKPORT} \ |
31 | file://binutils-fix-over-array-bounds-issue.patch \ | 31 | file://binutils-fix-over-array-bounds-issue.patch \ |
32 | file://binutils-xlp-support.patch \ | 32 | file://binutils-xlp-support.patch \ |
33 | file://replace_macros_with_static_inline.patch \ | ||
34 | file://0001-Fix-MMIX-build-breakage-from-bfd_set_section_vma-cha.patch \ | ||
33 | " | 35 | " |
34 | 36 | ||
35 | BACKPORT = "\ | 37 | BACKPORT = "\ |