package/gcc: switch to gcc 6.x as the default
authorRomain Naour <romain.naour@gmail.com>
Tue, 29 May 2018 21:52:57 +0000 (23:52 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 30 May 2018 19:45:28 +0000 (21:45 +0200)
Even if gcc 6 is still maintained for some time (gcc 6.5 is pending),
switch to gcc 7.x since it has been released since 2017-05-02 and
gcc 8.x is available since 2018-05-02.

We have been having toolchains in the autobuilders with gcc
7.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>
Cc: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
package/gcc/Config.in.host

index 09d88fc9290de4eb02fd225f73836eed8985f03c..c9a20f6d77e12ac29af2d362c6c813571d925b75 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_6_X
+       default BR2_GCC_VERSION_7_X
        help
          Select the version of gcc you wish to use.