From: Thomas Petazzoni Date: Sun, 14 Jun 2015 14:33:29 +0000 (+0200) Subject: gcc: switch to gcc 4.9 as the default version X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=07536bbb3df3fb065b8c6a31cf4519c6a0054ad7;p=buildroot.git gcc: switch to gcc 4.9 as the default version 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 Signed-off-by: Peter Korsgaard --- diff --git a/package/gcc/Config.in.host b/package/gcc/Config.in.host index 578e24f3d5..51f04f5f5c 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.