From e388cb142a9f79faf528aee6e7d56714f5596450 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Tue, 13 Jul 2010 22:19:46 -0700 Subject: 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 Signed-off-by: Richard Purdie --- meta/packages/gcc/gcc-4.3.3.inc | 1 + 1 file changed, 1 insertion(+) (limited to 'meta/packages/gcc/gcc-4.3.3.inc') 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 " -- cgit v1.2.3