diff options
author | Romain Naour <romain.naour@gmail.com> | 2017-05-25 20:34:56 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2017-05-26 15:13:19 +0200 |
commit | 6cda724efb20682bb98e6d738e5f7c909415ae07 (patch) | |
tree | 673fc220680f6701b753bcc63acbec46ebeb4fc4 /package/gcc | |
parent | 4532dbc2ff7e200d97617ccb3a1fa1ceaed59ed4 (diff) | |
download | buildroot-6cda724efb20682bb98e6d738e5f7c909415ae07.tar.gz buildroot-6cda724efb20682bb98e6d738e5f7c909415ae07.zip |
package/gcc: switch to gcc 6.x as the default
Even if gcc 5 is still maintained for some time (gcc 5.5 is pending),
switch to gcc 6.x since it has been released since 2016-04-27 and
gcc 7.x is available since 2017-05-02.
We have been having toolchains in the autobuilders with gcc
6.x for a while, so the vast majority of the problems should have
already been solved.
Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/gcc')
-rw-r--r-- | package/gcc/Config.in.host | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 61b0582b4d..4c1d64cd93 100644 --- a/package/gcc/Config.in.host +++ b/package/gcc/Config.in.host @@ -4,7 +4,7 @@ choice prompt "GCC compiler Version" default BR2_GCC_VERSION_ARC if BR2_arc default BR2_GCC_VERSION_OR1K if BR2_or1k - default BR2_GCC_VERSION_5_X + default BR2_GCC_VERSION_6_X help Select the version of gcc you wish to use. |