gcc: switch to gcc 4.9 as the default version
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sun, 14 Jun 2015 14:33:29 +0000 (16:33 +0200)
committerPeter Korsgaard <peter@korsgaard.com>
Mon, 22 Jun 2015 22:19:10 +0000 (00:19 +0200)
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>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
package/gcc/Config.in.host

index 578e24f3d5c0efbd52ab61120de73cf7b0964e9a..51f04f5f5c68ef1e00f924af58e8a151980a3bdb 100644 (file)
@@ -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.