aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.3.inc
diff options
context:
space:
mode:
authorGraham Gower <graham.gower@gmail.com>2010-10-04 19:23:41 +0000
committerKhem Raj <raj.khem@gmail.com>2010-10-06 15:19:34 -0700
commitc644f6de4f34c097ee8707996df613a7c83ad208 (patch)
tree2459f86c2de3c0db40ecbfc9ceec4702b13b6f26 /recipes/gcc/gcc-4.3.3.inc
parent5bcd2b8a09ce8d5b7aa8ae47443f7e76ca2fe5c1 (diff)
downloadopenembedded-c644f6de4f34c097ee8707996df613a7c83ad208.tar.gz
gcc-4.3.3: fix problem with parallel builds.
The relevant error is as follows. error: conflicting types for 'strsignal' | /usr/include/string.h:564: note: previous declaration of 'strsignal' was here Signed-off-by: Graham Gower <graham.gower@gmail.com> Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes/gcc/gcc-4.3.3.inc')
-rw-r--r--recipes/gcc/gcc-4.3.3.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index a3392c0708..7bee4af0ac 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r17"
+INC_PR = "r18"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \
@@ -64,6 +64,7 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://gcc-4.3.3-fix-EXTRA_BUILD.patch \
file://arm-gcc-objective.patch \
file://Makefile.in.patch \
+ file://Makefile.in.parallel.patch \
"
SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch "