diff options
author | Khem Raj <raj.khem@gmail.com> | 2016-12-21 12:08:31 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-01-09 13:39:12 +0000 |
commit | de1a1cf76e22246bc772f584142e0de357f196eb (patch) | |
tree | 634fbd2c4d41c19756540b9faa85c10be9eaebaa /meta/conf | |
parent | cfa8b1ed6fb20d7a4a80b9b938e1810ac450da51 (diff) | |
download | poky-de1a1cf76e22246bc772f584142e0de357f196eb.tar.gz |
gcc6: Upgrade to 6.3.0
6.3.0 is a bugfix release in gcc 6 series
(From OE-Core rev: 36ffcd1d7d2ab9dcc91e9c09623a6613a248bc69)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-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 16e1e550e0..7fceb58ee6 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-glibc-initial" | 22 | PREFERRED_PROVIDER_virtual/nativesdk-${SDK_PREFIX}libc-initial ?= "nativesdk-glibc-initial" |
23 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" | 23 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" |
24 | 24 | ||
25 | GCCVERSION ?= "6.2%" | 25 | GCCVERSION ?= "6.3%" |
26 | SDKGCCVERSION ?= "${GCCVERSION}" | 26 | SDKGCCVERSION ?= "${GCCVERSION}" |
27 | BINUVERSION ?= "2.27%" | 27 | BINUVERSION ?= "2.27%" |
28 | GDBVERSION ?= "7.12%" | 28 | GDBVERSION ?= "7.12%" |