diff options
-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 |