summaryrefslogtreecommitdiff
path: root/meta/packages/gcc/gcc-4.3.3.inc
diff options
context:
space:
mode:
authorScott Garman <scott.a.garman@intel.com>2010-07-13 22:19:46 -0700
committerRichard Purdie <rpurdie@linux.intel.com>2010-07-14 09:52:12 +0100
commite388cb142a9f79faf528aee6e7d56714f5596450 (patch)
treea5db949f5340be2e1594a610722267fdef63f6d7 /meta/packages/gcc/gcc-4.3.3.inc
parent9522930256e05b5b17dd1473593d9e64db4d7978 (diff)
downloadopenembedded-core-e388cb142a9f79faf528aee6e7d56714f5596450.tar.gz
openembedded-core-e388cb142a9f79faf528aee6e7d56714f5596450.tar.bz2
openembedded-core-e388cb142a9f79faf528aee6e7d56714f5596450.tar.xz
openembedded-core-e388cb142a9f79faf528aee6e7d56714f5596450.zip
gcc: Add patch to fix sparseset.o rule
Fix a missing config.h dependency when building sparseset.o to prevent "conflicting types for 'strsignal'" error, which can intermittently crop up for high values of make -j. Thanks to Richard Purdie and Jeff Dike for their help in tracking this down. Signed-off-by: Scott Garman <scott.a.garman@intel.com> Signed-off-by: Richard Purdie <rpurdie@linux.intel.com>
Diffstat (limited to 'meta/packages/gcc/gcc-4.3.3.inc')
-rw-r--r--meta/packages/gcc/gcc-4.3.3.inc1
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/packages/gcc/gcc-4.3.3.inc b/meta/packages/gcc/gcc-4.3.3.inc
index 5cfa0f68d..73783e689 100644
--- a/meta/packages/gcc/gcc-4.3.3.inc
+++ b/meta/packages/gcc/gcc-4.3.3.inc
@@ -54,6 +54,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://gcc-flags-for-build.patch;patch=1 \
file://pr35942.patch;patch=1 \
file://optional_libstdc.patch;patch=1 \
+ file://sparseset_rule.patch;patch=1 \
"
SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch;patch=1 "