diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-04 16:27:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-09-06 15:26:18 +0100 |
commit | 3d81a56912fb2c6ca1c5aafb93cbc6e2cfea20b3 (patch) | |
tree | 00ab6e0d45ed10b9525c9b5ca0c4b71d72435ea5 | |
parent | a0246316c6b67d49ff7fcb614e9d308b870c85d5 (diff) | |
download | poky-3d81a56912fb2c6ca1c5aafb93cbc6e2cfea20b3.tar.gz |
tcmode-default: Set gcc 5.2 as the default
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?).
(From OE-Core rev: 039211f0d8fe79d07b65f2f02e299b9656034214)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta/conf/distro/include/tcmode-default.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index fabd347a16..f205524940 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" | |||
22 | PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial" | 22 | PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial = "nativesdk-${TCLIBC}-initial" |
23 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" | 23 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" |
24 | 24 | ||
25 | GCCVERSION ?= "4.9%" | 25 | GCCVERSION ?= "5.%" |
26 | SDKGCCVERSION ?= "${GCCVERSION}" | 26 | SDKGCCVERSION ?= "${GCCVERSION}" |
27 | BINUVERSION ?= "2.25%" | 27 | BINUVERSION ?= "2.25%" |
28 | GDBVERSION ?= "7.9%" | 28 | GDBVERSION ?= "7.9%" |