diff options
author | Romain Naour <romain.naour@gmail.com> | 2018-05-29 23:52:57 +0200 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@bootlin.com> | 2018-05-30 21:45:28 +0200 |
commit | ce67f68882f14ac5c7bd5cfefe5bb18f856756d7 (patch) | |
tree | 21a822fe3b97e99a5c81f2d481ec6b41e2706eae /package/gcc | |
parent | 86220d0973bbf24113fa57368bf2d8bbc57e98a9 (diff) | |
download | buildroot-ce67f68882f14ac5c7bd5cfefe5bb18f856756d7.tar.gz buildroot-ce67f68882f14ac5c7bd5cfefe5bb18f856756d7.zip |
package/gcc: switch to gcc 6.x as the default
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>
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 09d88fc929..c9a20f6d77 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_6_X + default BR2_GCC_VERSION_7_X help Select the version of gcc you wish to use. |