summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc-4.5.0.inc
diff options
context:
space:
mode:
authorNitin A Kamble <nitin.a.kamble@intel.com>2010-08-17 10:03:29 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-08-17 22:50:47 +0100
commit94f63fa5642f70d993efa0428f46851a2cddc213 (patch)
tree28248276014147996665f287cf6ca06640bfbaa7 /meta/packages/gcc/gcc-4.5.0.inc
parent514d768673049eb43d1429b095d5937ded38eb99 (diff)
downloadpoky-94f63fa5642f70d993efa0428f46851a2cddc213.tar.gz
gcc_4.5.0: import a missing patch from gcc_4.3.3
[BUGID #208] Thanks to Edwin Zhai for reproducing issue and narrowing it down to the segmentation fault in the floorf function of libstdc++-v3 And Thanks to RP for pointing out that this is a known issue with the fix already in the gcc 4.3.3 recipe Signed-off-by: Nitin A Kamble <nitin.a.kamble@intel.com> Signed-off-by: Richard Purdie <richard@openedhand.com>
Diffstat (limited to 'meta/packages/gcc/gcc-4.5.0.inc')
-rw-r--r--meta/packages/gcc/gcc-4.5.0.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc-4.5.0.inc b/meta/packages/gcc/gcc-4.5.0.inc
index a93b67bfed..6ca2f98bc8 100644
--- a/meta/packages/gcc/gcc-4.5.0.inc
+++ b/meta/packages/gcc/gcc-4.5.0.inc
@@ -45,7 +45,8 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
45 file://zecke-xgcc-cpp.patch \ 45 file://zecke-xgcc-cpp.patch \
46 file://gcc-poison-system-directories.patch \ 46 file://gcc-poison-system-directories.patch \
47 file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ 47 file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \
48 file://64bithack.patch;patch=1 \ 48 file://64bithack.patch \
49 file://optional_libstdc.patch \
49 " 50 "
50 51
51SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " 52SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "