diff mbox

[4/6] gcc: switch to gcc 4.9 as the default version

Message ID 1434292411-5003-5-git-send-email-thomas.petazzoni@free-electrons.com
State Accepted
Commit 07536bbb3df3fb065b8c6a31cf4519c6a0054ad7
Headers show

Commit Message

Thomas Petazzoni June 14, 2015, 2:33 p.m. UTC
Now that we have added gcc 5.1, it's time to make gcc 4.9 the default
version used in Buildroot.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
---
Should we deprecate/remove gcc 4.7 ? Maybe it's a bit early, I don't
know.
---
 package/gcc/Config.in.host | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

Comments

Peter Korsgaard June 22, 2015, 10:19 p.m. UTC | #1
>>>>> "Thomas" == Thomas Petazzoni <thomas.petazzoni@free-electrons.com> writes:

 > Now that we have added gcc 5.1, it's time to make gcc 4.9 the default
 > version used in Buildroot.

Committed, thanks.

 > Should we deprecate/remove gcc 4.7 ? Maybe it's a bit early, I don't
 > know.

I think it's a bit too early, I'm still stuck on 4.7.x for a project at
work atleast.
diff mbox

Patch

diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host
index 578e24f..51f04f5 100644
--- a/package/gcc/Config.in.host
+++ b/package/gcc/Config.in.host
@@ -9,8 +9,7 @@  config BR2_GCC_SUPPORTS_GRAPHITE
 choice
 	prompt "GCC compiler Version"
 	default BR2_GCC_VERSION_4_8_ARC if BR2_arc
-	default BR2_GCC_VERSION_4_9_X if BR2_microblaze || BR2_powerpc64le
-	default BR2_GCC_VERSION_4_8_X
+	default BR2_GCC_VERSION_4_9_X
 	help
 	  Select the version of gcc you wish to use.