gcc 4.3.0: apply more patches, the most notable doing: "Automatically check reproduca...
authorKoen Kooi <koen@openembedded.org>
Sun, 13 Apr 2008 17:39:24 +0000 (17:39 +0000)
committerKoen Kooi <koen@openembedded.org>
Sun, 13 Apr 2008 17:39:24 +0000 (17:39 +0000)
* It sadly does nothing if your ICE is a segfault :(

packages/gcc/gcc-4.3.0.inc
packages/gcc/gcc-cross_4.3.0.bb
packages/gcc/gcc_4.3.0.bb

index b04548a..02ceea7 100644 (file)
@@ -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 \
index e07143d..cac2550 100644 (file)
@@ -1,4 +1,4 @@
-PR = "r2"
+PR = "r3"
 
 require gcc-${PV}.inc
 require gcc-cross4.inc
index d226873..7c10c5d 100644 (file)
@@ -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