From 94f63fa5642f70d993efa0428f46851a2cddc213 Mon Sep 17 00:00:00 2001 From: Nitin A Kamble Date: Tue, 17 Aug 2010 10:03:29 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/packages/gcc/gcc-4.5.0.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta/packages/gcc/gcc-4.5.0.inc') 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 \ file://zecke-xgcc-cpp.patch \ file://gcc-poison-system-directories.patch \ file://gcc-4.3.3-SYSROOT_CFLAGS_FOR_TARGET.patch \ - file://64bithack.patch;patch=1 \ + file://64bithack.patch \ + file://optional_libstdc.patch \ " SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 " -- cgit v1.2.3-54-g00ecf