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:24:58 +0100 |
commit | 7dc3865dd88cec50e4fb0660ea678736ec0eb46c (patch) | |
tree | 0352659db5f3d3314620ed307a004670561793f9 /meta/recipes-devtools/gcc/gcc-4.5.1.inc | |
parent | 7306e0113a158418acc9cc13d2e82125cb772389 (diff) | |
download | openembedded-core-7dc3865dd88cec50e4fb0660ea678736ec0eb46c.tar.gz openembedded-core-7dc3865dd88cec50e4fb0660ea678736ec0eb46c.tar.bz2 openembedded-core-7dc3865dd88cec50e4fb0660ea678736ec0eb46c.zip |
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.
Signed-off-by: Ilya Yanok <yanok@emcraft.com>
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 \ file://GPLUSPLUS_INCLUDE_DIR_with_sysroot.patch \ file://COLLECT_GCC_OPTIONS.patch \ file://use-defaults.h-and-t-oe-in-B.patch \ + file://pr43810.patch \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " |