summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.5.1.inc
diff options
context:
space:
mode:
authorIlya Yanok <yanok@emcraft.com>2011-07-19 03:00:58 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:27:36 +0100
commitef2c0ef14cecc0962a7e3d7170aa252721ba88c0 (patch)
tree772c3459274337aa146c37c6fcd7c402bf6619cd /meta/recipes-devtools/gcc/gcc-4.5.1.inc
parenteb83c447613005448af558603e151381b2d602b4 (diff)
downloadpoky-ef2c0ef14cecc0962a7e3d7170aa252721ba88c0.tar.gz
gcc_4.5.1: add pr45886.patch
Add fix for PR45886 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45886 (From OE-Core rev: d639fad9ce510e0a1c64c66bbda48b4a2436327b) 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.inc1
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 03dca08189..1b21a75eb3 100644
--- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc
@@ -63,6 +63,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
63 file://pr44606.patch \ 63 file://pr44606.patch \
64 file://pr45094.patch \ 64 file://pr45094.patch \
65 file://pr45052.patch \ 65 file://pr45052.patch \
66 file://pr45886.patch \
66 " 67 "
67 68
68SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " 69SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "