From 7d4e6e08a42f4b2bdb91f2ec7c6e65d3f579a7b2 Mon Sep 17 00:00:00 2001 From: Dirk Opfer Date: Thu, 25 Jun 2009 13:09:57 +0200 Subject: 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 --- recipes/gcc/gcc_4.2.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'recipes/gcc/gcc_4.2.1.bb') diff --git a/recipes/gcc/gcc_4.2.1.bb b/recipes/gcc/gcc_4.2.1.bb index dd88ccdc27..711aa35a32 100644 --- a/recipes/gcc/gcc_4.2.1.bb +++ b/recipes/gcc/gcc_4.2.1.bb @@ -1,4 +1,4 @@ -PR = "r14" +PR = "r15" require gcc-${PV}.inc require gcc-configure-target.inc -- cgit 1.2.3-korg