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:56 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-07-20 15:27:36 +0100
commit30c9f6c9339d539c5457ef2a83c45fb43f29e29b (patch)
tree708f62b35ef965bb10ab3845c184bbde4f91dc17 /meta/recipes-devtools/gcc/gcc-4.5.1.inc
parentb2e49a6b70dcf9f281e73d33f04e38808b71cdfb (diff)
downloadpoky-30c9f6c9339d539c5457ef2a83c45fb43f29e29b.tar.gz
gcc_4.5.1: add pr45094.patch
Add fix for PR45094 as proposed in http://gcc.gnu.org/bugzilla/show_bug.cgi?id=45094 (From OE-Core rev: 2f1f920415dcf7f899d173352bf8924714352158) 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 e84df82082..2473775fcd 100644
--- a/meta/recipes-devtools/gcc/gcc-4.5.1.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.5.1.inc
@@ -61,6 +61,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
61 file://pr43810.patch \ 61 file://pr43810.patch \
62 file://pr44290.patch \ 62 file://pr44290.patch \
63 file://pr44606.patch \ 63 file://pr44606.patch \
64 file://pr45094.patch \
64 " 65 "
65 66
66SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " 67SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "