package/gcc: switch to gcc 6.x as the default
authorRomain Naour <romain.naour@gmail.com>
Thu, 25 May 2017 18:34:56 +0000 (20:34 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Fri, 26 May 2017 13:13:19 +0000 (15:13 +0200)
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>
package/gcc/Config.in.host

index 61b0582b4d7b2d0be509f56def448a37382a91de..4c1d64cd936aa8270fce9c00142112a3e7d9219c 100644 (file)
@@ -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.