diff options
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r-- | meta/recipes-devtools/gcc/gcc-4.6.inc | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index edc2a58de1..99c30a6c7f 100644 --- a/meta/recipes-devtools/gcc/gcc-4.6.inc +++ b/meta/recipes-devtools/gcc/gcc-4.6.inc | |||
@@ -1,6 +1,6 @@ | |||
1 | require gcc-common.inc | 1 | require gcc-common.inc |
2 | 2 | ||
3 | PR = "r22" | 3 | PR = "r23" |
4 | 4 | ||
5 | # Third digit in PV should be incremented after a minor release | 5 | # Third digit in PV should be incremented after a minor release |
6 | # happens from this branch on gcc e.g. currently its 4.6.0 | 6 | # happens from this branch on gcc e.g. currently its 4.6.0 |
@@ -8,7 +8,7 @@ PR = "r22" | |||
8 | # on branch then PV should be incremented to 4.6.1+svnr${SRCPV} | 8 | # on branch then PV should be incremented to 4.6.1+svnr${SRCPV} |
9 | # to reflect that change | 9 | # to reflect that change |
10 | 10 | ||
11 | PV = "4.6.2+svnr${SRCPV}" | 11 | PV = "4.6.3+svnr${SRCPV}" |
12 | 12 | ||
13 | # BINV should be incremented after updating to a revision | 13 | # BINV should be incremented after updating to a revision |
14 | # after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made | 14 | # after a minor gcc release (e.g. 4.6.1 or 4.6.2) has been made |
@@ -16,9 +16,9 @@ PV = "4.6.2+svnr${SRCPV}" | |||
16 | # 4.6.1 then the value below will have 2 which will mean 4.6.2 | 16 | # 4.6.1 then the value below will have 2 which will mean 4.6.2 |
17 | # which will be next minor release and so on. | 17 | # which will be next minor release and so on. |
18 | 18 | ||
19 | BINV = "4.6.3" | 19 | BINV = "4.6.4" |
20 | 20 | ||
21 | SRCREV = "181430" | 21 | SRCREV = "184847" |
22 | BRANCH = "gcc-4_6-branch" | 22 | BRANCH = "gcc-4_6-branch" |
23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" | 23 | FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" |
24 | 24 | ||
@@ -63,7 +63,6 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \ | |||
63 | file://optional_libstdc.patch \ | 63 | file://optional_libstdc.patch \ |
64 | file://disable_relax_pic_calls_flag.patch \ | 64 | file://disable_relax_pic_calls_flag.patch \ |
65 | file://COLLECT_GCC_OPTIONS.patch \ | 65 | file://COLLECT_GCC_OPTIONS.patch \ |
66 | file://volatile_access_backport.patch \ | ||
67 | file://use-defaults.h-and-t-oe-in-B.patch \ | 66 | file://use-defaults.h-and-t-oe-in-B.patch \ |
68 | file://powerpc-e5500.patch \ | 67 | file://powerpc-e5500.patch \ |
69 | file://fix-for-ice-50099.patch \ | 68 | file://fix-for-ice-50099.patch \ |