diff options
| author | Nitin A Kamble <nitin.a.kamble@intel.com> | 2010-08-17 10:03:29 -0700 |
|---|---|---|
| committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-08-17 22:50:47 +0100 |
| commit | 94f63fa5642f70d993efa0428f46851a2cddc213 (patch) | |
| tree | 28248276014147996665f287cf6ca06640bfbaa7 /meta/packages/gcc/gcc-4.5.0.inc | |
| parent | 514d768673049eb43d1429b095d5937ded38eb99 (diff) | |
| download | openembedded-core-94f63fa5642f70d993efa0428f46851a2cddc213.tar.gz openembedded-core-94f63fa5642f70d993efa0428f46851a2cddc213.tar.bz2 openembedded-core-94f63fa5642f70d993efa0428f46851a2cddc213.zip | |
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.inc | 3 |
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 \ 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 " |
