summaryrefslogtreecommitdiffstats
path: root/meta/recipes-devtools/gcc/gcc-4.6.inc
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-devtools/gcc/gcc-4.6.inc')
-rw-r--r--meta/recipes-devtools/gcc/gcc-4.6.inc9
1 files changed, 5 insertions, 4 deletions
diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc
index 469457c41a..7bf14e397f 100644
--- a/meta/recipes-devtools/gcc/gcc-4.6.inc
+++ b/meta/recipes-devtools/gcc/gcc-4.6.inc
@@ -1,6 +1,6 @@
1require gcc-common.inc 1require gcc-common.inc
2 2
3PR = "r16" 3PR = "r17"
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 = "r16"
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
11PV = "4.6.1+svnr${SRCPV}" 11PV = "4.6.2+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.1+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
19BINV = "4.6.2" 19BINV = "4.6.3"
20 20
21SRCREV = 180099 21SRCREV = 181430
22BRANCH = "gcc-4_6-branch" 22BRANCH = "gcc-4_6-branch"
23FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}" 23FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}"
24 24
@@ -71,6 +71,7 @@ SRC_URI = "svn://gcc.gnu.org/svn/gcc/branches;module=${BRANCH};proto=http \
71 file://gcc-with-linker-hash-style.patch \ 71 file://gcc-with-linker-hash-style.patch \
72 file://pr46934.patch \ 72 file://pr46934.patch \
73 file://pr32219.patch \ 73 file://pr32219.patch \
74 file://pr47551.patch \
74 " 75 "
75 76
76SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch " 77SRC_URI_append_sh3 = " file://sh3-installfix-fixheaders.patch "