package/gcc: switch to gcc 9.x as the default
authorRomain Naour <romain.naour@gmail.com>
Mon, 8 Jun 2020 22:13:47 +0000 (00:13 +0200)
committerThomas Petazzoni <thomas.petazzoni@bootlin.com>
Wed, 24 Jun 2020 19:57:44 +0000 (21:57 +0200)
Even if gcc 8 is still maintained for some time (gcc 8.5 is pending),
switch to gcc 9.x since it has been released since 2019-05-03 and
gcc 10.x is available since 2020-05-07.

We have been having toolchains in the autobuilders with gcc
9.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@bootlin.com>
package/gcc/Config.in.host

index c7444e243babb28a3e35152023dd34169ca18ac3..f417712b52cb6c131460718e6eeb88abccf4be6d 100644 (file)
@@ -4,7 +4,7 @@ choice
        prompt "GCC compiler Version"
        default BR2_GCC_VERSION_ARC if BR2_arc
        default BR2_GCC_VERSION_CSKY if BR2_csky
-       default BR2_GCC_VERSION_8_X
+       default BR2_GCC_VERSION_9_X
        help
          Select the version of gcc you wish to use.