All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] tcmode-default: Set gcc 5.2 as the default
@ 2015-09-04 15:27 Richard Purdie
  2015-09-04 15:29 ` Khem Raj
  0 siblings, 1 reply; 7+ messages in thread
From: Richard Purdie @ 2015-09-04 15:27 UTC (permalink / raw)
  To: openembedded-core

gcc 5.2 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>

diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc
index fabd347..f34cd22 100644
--- a/meta/conf/distro/include/tcmode-default.inc
+++ b/meta/conf/distro/include/tcmode-default.inc
@@ -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.2%"
 SDKGCCVERSION ?= "${GCCVERSION}"
 BINUVERSION ?= "2.25%"
 GDBVERSION ?= "7.9%"




^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2015-09-04 16:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-04 15:27 [PATCH] tcmode-default: Set gcc 5.2 as the default Richard Purdie
2015-09-04 15:29 ` Khem Raj
2015-09-04 15:32   ` Burton, Ross
2015-09-04 15:59     ` Khem Raj
2015-09-04 15:33   ` Richard Purdie
2015-09-04 15:47     ` Martin Jansa
2015-09-04 16:02     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.