]> code.ossystems Code Review - openembedded-core.git/commitdiff
tcmode-default: Set gcc 5.2 as the default
authorRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Sep 2015 15:27:41 +0000 (16:27 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Fri, 4 Sep 2015 16:32:00 +0000 (17:32 +0100)
gcc 5.X is now working in all the places we test it in, its been in
testing for quite some time. Time to make it the default (we have some
room in M4 for any other bugfixes). Its easy to switch back to 4.9, we
should really remove 4.8 at this point (to meta-oe?).

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/tcmode-default.inc

index fabd347a16bbf4a6ef112fc32c20c66a32dffe4e..f205524940251dc552ed33dee452b6a13ea1d190 100644 (file)
@@ -22,7 +22,7 @@ PREFERRED_PROVIDER_virtual/${TARGET_PREFIX}libc-initial = "${TCLIBC}-initial"
 PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial"
 PREFERRED_PROVIDER_virtual/gettext ??= "gettext"
 
-GCCVERSION ?= "4.9%"
+GCCVERSION ?= "5.%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.25%"
 GDBVERSION ?= "7.9%"