From mboxrd@z Thu Jan 1 00:00:00 1970 From: Romain Naour Date: Thu, 25 May 2017 20:34:56 +0200 Subject: [Buildroot] [for-next 2/3] package/gcc: switch to gcc 6.x as the default In-Reply-To: <20170525183457.12169-1-romain.naour@gmail.com> References: <20170525183457.12169-1-romain.naour@gmail.com> Message-ID: <20170525183457.12169-2-romain.naour@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: buildroot@busybox.net Even if gcc 5 is still maintained for some time (gcc 5.5 is pending), switch to gcc 6.x since it has been released since 2016-04-27 and gcc 7.x is available since 2017-05-02. We have been having toolchains in the autobuilders with gcc 6.x for a while, so the vast majority of the problems should have already been solved. Signed-off-by: Romain Naour --- package/gcc/Config.in.host | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 61b0582..4c1d64c 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_5_X + default BR2_GCC_VERSION_6_X help Select the version of gcc you wish to use. -- 2.9.4