summaryrefslogtreecommitdiffstats
path: root/recipes/gcc/gcc-4.3.2.inc
diff options
context:
space:
mode:
authorDirk Opfer <dirk@do13.de>2009-06-25 13:09:57 +0200
committerDirk Opfer <dirk@do13.de>2009-06-25 13:09:57 +0200
commit7d4e6e08a42f4b2bdb91f2ec7c6e65d3f579a7b2 (patch)
treedcf55a1631f5db0c3a2b42c52bdb41f63405e4c6 /recipes/gcc/gcc-4.3.2.inc
parent02941550212f7b61a011d328f7be5df9e7b1be19 (diff)
downloadopenembedded-7d4e6e08a42f4b2bdb91f2ec7c6e65d3f579a7b2.tar.gz
gcc: get rid of fix-ICE-in-arm_unwind_emit_set.diff
Remove fix-ICE-in-arm_unwind_emit_set.diff from gcc versions >= 4.2.1 upstream gcc already includes this fix. Instead of patching arm_unwind_emit_set the patch was modified and slipped into thumb_pushpop and can cause a gcc segfault. Signed-off-by: Dirk Opfer <dirk@do13.de>
Diffstat (limited to 'recipes/gcc/gcc-4.3.2.inc')
-rw-r--r--recipes/gcc/gcc-4.3.2.inc3
1 files changed, 1 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.3.2.inc b/recipes/gcc/gcc-4.3.2.inc
index a6e6b7bd19..5483b8fd66 100644
--- a/recipes/gcc/gcc-4.3.2.inc
+++ b/recipes/gcc/gcc-4.3.2.inc
@@ -7,7 +7,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
-INC_PR = "r8"
+INC_PR = "r9"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://fedora/gcc43-c++-builtin-redecl.patch;patch=1;pnum=0 \
@@ -47,7 +47,6 @@ SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \
file://904-flatten-switch-stmt-00.patch;patch=1 \
file://arm-nolibfloat.patch;patch=1 \
file://arm-softfloat.patch;patch=1 \
- file://fix-ICE-in-arm_unwind_emit_set.diff;patch=1 \
file://cache-amnesia.patch;patch=1 \
file://gfortran-4.3.x.patch;patch=1 \
file://gcc-4.0.2-e300c2c3.patch;patch=1 \