summaryrefslogtreecommitdiffstats
path: root/meta/packages/gcc/gcc_4.3.3.bb
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.bb
parent9522930256e05b5b17dd1473593d9e64db4d7978 (diff)
downloadpoky-e388cb142a9f79faf528aee6e7d56714f5596450.tar.gz
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.bb')
-rw-r--r--meta/packages/gcc/gcc_4.3.3.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/packages/gcc/gcc_4.3.3.bb b/meta/packages/gcc/gcc_4.3.3.bb
index 7238aed4d7..556fc74267 100644
--- a/meta/packages/gcc/gcc_4.3.3.bb
+++ b/meta/packages/gcc/gcc_4.3.3.bb
@@ -1,4 +1,4 @@
1PR = "r6" 1PR = "r7"
2 2
3require gcc-${PV}.inc 3require gcc-${PV}.inc
4require gcc-configure-target.inc 4require gcc-configure-target.inc