diff options
author | Khem Raj <raj.khem@gmail.com> | 2012-03-22 15:51:29 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-04-30 11:37:22 +0100 |
commit | 49aeaa3f67a700397d59d783390544a469ee17f7 (patch) | |
tree | f0dd9d44038b7f757fc29dd6195d793ea570fa25 /meta/conf/distro/include | |
parent | 71b78f04832985250115b5e72321fa82309090f6 (diff) | |
download | poky-49aeaa3f67a700397d59d783390544a469ee17f7.tar.gz |
tcmode-default: Use SDKGCCVERSION ?= "${GCCVERSION}"
Usually they should be same if not defined to be different
by user. In this case if I override GCCVERSION in local.conf
then SDKGCCVERSION will also follow the suite.
(From OE-Core rev: 1f9c07d8a086a3dc3bb68eaabd56a1b1730306ff)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/distro/include')
-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 3dc0932cac..ce10c1d5b2 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -18,7 +18,7 @@ PREFERRED_PROVIDER_virtual/${SDK_PREFIX}libc-initial-nativesdk = "${TCLIBC}-init | |||
18 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" | 18 | PREFERRED_PROVIDER_virtual/gettext ??= "gettext" |
19 | 19 | ||
20 | GCCVERSION ?= "4.6%" | 20 | GCCVERSION ?= "4.6%" |
21 | SDKGCCVERSION ?= "4.6%" | 21 | SDKGCCVERSION ?= "${GCCVERSION}" |
22 | BINUVERSION ?= "2.22" | 22 | BINUVERSION ?= "2.22" |
23 | EGLIBCVERSION ?= "2.13" | 23 | EGLIBCVERSION ?= "2.13" |
24 | UCLIBCVERSION ?= "0.9.33" | 24 | UCLIBCVERSION ?= "0.9.33" |