summaryrefslogtreecommitdiffstats
path: root/package/gcc
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-09-20 19:25:42 +0200
committerPeter Korsgaard <peter@korsgaard.com>2016-09-21 08:58:56 +0200
commite6ee58de3ed5cba52418785f41e1bea91c1d2ab8 (patch)
tree152549049179040030ac58aaa0a1c1b1f0001f25 /package/gcc
parent5743830844e6ce6a633205ad22218034c787f9fb (diff)
downloadbuildroot-e6ee58de3ed5cba52418785f41e1bea91c1d2ab8.tar.gz
buildroot-e6ee58de3ed5cba52418785f41e1bea91c1d2ab8.zip
gcc: switch to gcc 5.x as the default
gcc 4.9.4 was the last release of the 4.9.x branch, and the gcc developes will now only be maintaining gcc 5.x and 6.x: https://gcc.gnu.org/ml/gcc-announce/2016/msg00002.html Therefore, it is time to use gcc 5.x as the default version in Buildroot. We have been having toolchains in the autobuilders with gcc 5.x for a while, so the vast majority of the problems should have already been solved. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gcc')
-rw-r--r--package/gcc/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 3460fdd3a1..6ecc2f0c0a 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -9,7 +9,7 @@ config BR2_GCC_SUPPORTS_GRAPHITE
choice
prompt "GCC compiler Version"
default BR2_GCC_VERSION_ARC if BR2_arc
- default BR2_GCC_VERSION_4_9_X
+ default BR2_GCC_VERSION_5_X
help
Select the version of gcc you wish to use.
OpenPOWER on IntegriCloud