diff options
author | Ilya Yanok <yanok@emcraft.com> | 2011-07-19 03:00:53 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-07-20 15:27:35 +0100 |
commit | 94a6e47402afe416d1c5657d6c60999b5b6e417f (patch) | |
tree | bd1b8640dc7659b2d134f96956ab6532e672c0f9 /meta/recipes-devtools/gcc/gcc-4.5.1.inc | |
parent | aa18b3cc988f7611cff4370c8aab3e44055a1499 (diff) | |
download | poky-94a6e47402afe416d1c5657d6c60999b5b6e417f.tar.gz |
gcc_4.5.1: add pr43810.patch
Add fix for PR43810 as proposed in
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=43810
Building on powerpc-eabi* with --enable-target-optspace
still fails for me though.
(From OE-Core rev: 7dc3865dd88cec50e4fb0660ea678736ec0eb46c)
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.5.1.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.5.1.inc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.5.1.inc b/meta/recipes-devtools/gcc/gcc-4.5.1.inc index 76f983740e..efed414004 100644 --- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc +++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc | |||
@@ -58,6 +58,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ | |||
58 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ | 58 | file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ |
59 | file://COLLECT_GCC_OPTIONS.patch \ | 59 | file://COLLECT_GCC_OPTIONS.patch \ |
60 | file://use-defaults.h-and-t-oe-in-B.patch \ | 60 | file://use-defaults.h-and-t-oe-in-B.patch \ |
61 | file://pr43810.patch \ | ||
61 | " | 62 | " |
62 | 63 | ||
63 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " | 64 | SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |