gcc-4.6: Update to tip of FSF gcc-4_6-branch

(From OE-Core rev: ed7deecb9503420fbf8071445e077c32beda8dc4)

(From OE-Core rev: 90e3aee700b8fff6d94f84850dfc00091b3777c9)

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Khem Raj 2011-09-26 20:39:54 -07:00 committed by Richard Purdie
parent 386e75b7f0
commit 3eb7e626d0
1 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
require gcc-common.inc
PR = "r13"
PR = "r14"
# Third digit in PV should be incremented after a minor release
# happens from this branch on gcc e.g. currently its 4.6.0
@ -16,9 +16,9 @@ PV = "4.6.1+svnr${SRCPV}"
# 4.6.1 then the value below will have 2 which will mean 4.6.2
# which will be next minor release and so on.
BINV = "4.6.1"
BINV = "4.6.2"
SRCREV = 175454
SRCREV = 178924
BRANCH = "gcc-4_6-branch"
FILESPATH = "${@base_set_filespath([ '${FILE_DIRNAME}/gcc-4.6' ], d)}"