diff options
author | Syrone Wong <wong.syrone@gmail.com> | 2016-09-03 18:31:14 +0800 |
---|---|---|
committer | Felix Fietkau <nbd@nbd.name> | 2016-09-04 13:36:09 +0200 |
commit | f8c7e935ef8060b8ab2f5ca52832ef8dfea361bc (patch) | |
tree | 7f0a398d55e7d4b181a392bffae21e0a46210c78 /toolchain/gcc/Config.version | |
parent | aa53f78038d541052de8764323f6f26578327606 (diff) | |
download | upstream-f8c7e935ef8060b8ab2f5ca52832ef8dfea361bc.tar.gz upstream-f8c7e935ef8060b8ab2f5ca52832ef8dfea361bc.tar.bz2 upstream-f8c7e935ef8060b8ab2f5ca52832ef8dfea361bc.zip |
toolchain/gcc: bump GCC 6.1.0 to 6.2.0
Compile and run tested on ar71xx and mvebu
Signed-off-by: Syrone Wong <wong.syrone@gmail.com>
Diffstat (limited to 'toolchain/gcc/Config.version')
-rw-r--r-- | toolchain/gcc/Config.version | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gcc/Config.version b/toolchain/gcc/Config.version index 53caa24577..27aa20cb39 100644 --- a/toolchain/gcc/Config.version +++ b/toolchain/gcc/Config.version @@ -5,7 +5,7 @@ config GCC_VERSION_4_8_ARC config GCC_VERSION string default "arc-2016.03" if GCC_VERSION_4_8_ARC - default "6.1.0" if GCC_USE_VERSION_6 + default "6.2.0" if GCC_USE_VERSION_6 default "5.4.0" config GCC_VERSION_4_8 |