diff options
author | Koen Kooi <koen@openembedded.org> | 2008-04-13 17:39:24 +0000 |
---|---|---|
committer | Koen Kooi <koen@openembedded.org> | 2008-04-13 17:39:24 +0000 |
commit | 0f63682526cf49c256de8806477632515f7b3ce7 (patch) | |
tree | e28c90ff4e82c447921f4e0ad2353924a62f842d /packages/gcc | |
parent | dc4d88e6614cb224048077480e5f8e57436ac50b (diff) |
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 :(
Diffstat (limited to 'packages/gcc')
-rw-r--r-- | packages/gcc/gcc-4.3.0.inc | 2 | ||||
-rw-r--r-- | packages/gcc/gcc-cross_4.3.0.bb | 2 | ||||
-rw-r--r-- | 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 |