package/gcc: switch to gcc 10.x as the default
authorRomain Naour <romain.naour@gmail.com>
Sat, 12 Jun 2021 09:40:15 +0000 (11:40 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sun, 20 Jun 2021 17:03:22 +0000 (19:03 +0200)
Even if gcc 9.x is still maintained for some time (gcc 9.5 will be the
last), switch to gcc 10.x since it has been released since 2020-05-07
and gcc 11.x is available since 2021-04-27.

We have been having toolchains in the autobuilders with gcc 10.x since
mid-January 2021, so the vast majority of the problems should have
already been solved.

Signed-off-by: Romain Naour <romain.naour@gmail.com>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
package/gcc/Config.in.host

index f9c3cf5493f7a84978dc96d97e4fa4eb580f9802..2b3c2964634d159b15182686c0684bbec22f6856 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_9_X
+       default BR2_GCC_VERSION_10_X
        help
          Select the version of gcc you wish to use.