diff options
Diffstat (limited to 'recipes/gcc/gcc-4.5.inc')
-rw-r--r-- | recipes/gcc/gcc-4.5.inc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/recipes/gcc/gcc-4.5.inc b/recipes/gcc/gcc-4.5.inc index c671cc873b..8bc99a4832 100644 --- a/recipes/gcc/gcc-4.5.inc +++ b/recipes/gcc/gcc-4.5.inc @@ -10,7 +10,7 @@ NATIVEDEPS = "mpfr-native gmp-native libmpc-native" INC_PR = "r6" -SRCREV = "162398" +SRCREV = "162808" PV = "4.5" # BINV should be incremented after updating to a revision # after a minor gcc release (e.g. 4.5.1 or 4.5.2) has been made @@ -18,7 +18,7 @@ PV = "4.5" # 4.5.1 then the value below will be 2 which will mean 4.5.2 # which will be next minor release and so on. -BINV = "${PV}.1" +BINV = "${PV}.2" BRANCH = "gcc-4_5-branch" PR_append = "+svnr${SRCPV}" @@ -30,7 +30,6 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH} \ file://gcc-flags-for-build.patch \ file://libstdc++-emit-__cxa_end_cleanup-in-text.patch \ file://arm-bswapsi2.patch \ - file://gcc-pr43698-arm-rev-instr.patch \ " # Language Overrides |