aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/gcc
diff options
context:
space:
mode:
authorKoen Kooi <koen@openembedded.org>2010-12-03 22:32:51 +0100
committerKoen Kooi <koen@openembedded.org>2010-12-03 22:33:37 +0100
commiteffc276f923352dcf8b954705c0535fdca35cd5e (patch)
treeab0098da5513f281860bffd22dc105e636e826c1 /recipes/gcc
parent6b272b6e6b006a8008cab08510c96ef014f2f685 (diff)
downloadopenembedded-effc276f923352dcf8b954705c0535fdca35cd5e.tar.gz
gcc 4.3.3, 4.5: bump PR for gcc-package-target.inc fixes
Signed-off-by: Koen Kooi <koen@openembedded.org>
Diffstat (limited to 'recipes/gcc')
-rw-r--r--recipes/gcc/gcc-4.3.3.inc2
-rw-r--r--recipes/gcc/gcc-4.5.inc2
2 files changed, 2 insertions, 2 deletions
diff --git a/recipes/gcc/gcc-4.3.3.inc b/recipes/gcc/gcc-4.3.3.inc
index 58dd5017ef..f0e4945f5c 100644
--- a/recipes/gcc/gcc-4.3.3.inc
+++ b/recipes/gcc/gcc-4.3.3.inc
@@ -8,7 +8,7 @@ LICENSE = "GPLv3"
DEPENDS = "mpfr gmp"
NATIVEDEPS = "mpfr-native gmp-native"
-INC_PR = "r20"
+INC_PR = "r21"
SRC_URI = "${GNU_MIRROR}/gcc/gcc-${PV}/gcc-${PV}.tar.bz2;name=archive \
file://fedora/gcc43-c++-builtin-redecl.patch;striplevel=0 \
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc
index a1e699328e..30899807c0 100644
--- a/recipes/gcc/gcc-4.5.inc
+++ b/recipes/gcc/gcc-4.5.inc
@@ -8,7 +8,7 @@ DEPENDS = "mpfr gmp libmpc libelf"
NATIVEDEPS = "mpfr-native gmp-native libmpc-native"
-INC_PR = "r19"
+INC_PR = "r20"
SRCREV = "166342"
PV = "4.5"