From 0f63682526cf49c256de8806477632515f7b3ce7 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Sun, 13 Apr 2008 17:39:24 +0000 Subject: [PATCH] gcc 4.3.0: apply more patches, the most notable doing: "Automatically check reproducability of ICE (if possible) and prepare testcase if reproducible" * It sadly does nothing if your ICE is a segfault :( --- packages/gcc/gcc-4.3.0.inc | 2 ++ packages/gcc/gcc-cross_4.3.0.bb | 2 +- packages/gcc/gcc_4.3.0.bb | 2 +- 3 files changed, 4 insertions(+), 2 deletions(-) diff --git a/packages/gcc/gcc-4.3.0.inc b/packages/gcc/gcc-4.3.0.inc index b04548a629..02ceea7364 100644 --- a/packages/gcc/gcc-4.3.0.inc +++ b/packages/gcc/gcc-4.3.0.inc @@ -24,6 +24,8 @@ SRC_URI = "ftp://ftp.gnu.org/pub/gnu/gcc/gcc-${PV}/gcc-${PV}.tar.bz2 \ file://fedora/gcc43-rh251682.patch;patch=1;pnum=0 \ file://debian/arm-unbreak-eabi-armv4t.dpatch;patch=1 \ file://debian/libstdc++-pic.dpatch;patch=1;pnum=0 \ + file://debian/gcc-ice-hack.dpatch;patch=1;pnum=0 \ + file://debian/pr30961.dpatch;patch=1;pnum=0 \ # file://100-uclibc-conf.patch;patch=1 \ # file://103-uclibc-conf-noupstream.patch;patch=1 \ # file://200-uclibc-locale.patch;patch=1 \ diff --git a/packages/gcc/gcc-cross_4.3.0.bb b/packages/gcc/gcc-cross_4.3.0.bb index e07143d0d8..cac2550f0e 100644 --- a/packages/gcc/gcc-cross_4.3.0.bb +++ b/packages/gcc/gcc-cross_4.3.0.bb @@ -1,4 +1,4 @@ -PR = "r2" +PR = "r3" require gcc-${PV}.inc require gcc-cross4.inc diff --git a/packages/gcc/gcc_4.3.0.bb b/packages/gcc/gcc_4.3.0.bb index d22687300a..7c10c5d08c 100644 --- a/packages/gcc/gcc_4.3.0.bb +++ b/packages/gcc/gcc_4.3.0.bb @@ -1,5 +1,5 @@ # Split PR, don't forget to bump gcc-cross as well -PR = "r2" +PR = "r3" require gcc-${PV}.inc require gcc-configure-target.inc -- 2.39.5