diff options
author | Koen Kooi <koen.kooi@linaro.org> | 2014-12-04 08:30:18 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-12-05 18:01:08 +0000 |
commit | 9a79319f655e0d1557a2a56ee6651272c33171b3 (patch) | |
tree | b59d4456ca798cdeca8bc702884682fe86f0a518 /meta/conf | |
parent | 0ca237ddd9fad722b5a98d9e7715cdd9de5aff2e (diff) | |
download | poky-9a79319f655e0d1557a2a56ee6651272c33171b3.tar.gz |
tcmode-default.inc: use GCCVERSION for gcc-source
This was missing leading to gcc-source-<foo> being built when using gcc-cross-<bar> with GCCVERSION=bar.
(From OE-Core rev: fa249f347b3453537ee6aaea0d3bb75cfe7a75d1)
Signed-off-by: Koen Kooi <koen.kooi@linaro.org>
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include/tcmode-default.inc index 26785e3375..99d6df9c18 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -36,6 +36,7 @@ PREFERRED_VERSION_gcc-crosssdk-${SDK_ARCH} ?= "${SDKGCCVERSION}" | |||
36 | PREFERRED_VERSION_gcc-crosssdk-initial-${SDK_ARCH} ?= "${SDKGCCVERSION}" | 36 | PREFERRED_VERSION_gcc-crosssdk-initial-${SDK_ARCH} ?= "${SDKGCCVERSION}" |
37 | PREFERRED_VERSION_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${GCCVERSION}" | 37 | PREFERRED_VERSION_gcc-cross-canadian-${TRANSLATED_TARGET_ARCH} ?= "${GCCVERSION}" |
38 | PREFERRED_VERSION_gcc-runtime ?= "${GCCVERSION}" | 38 | PREFERRED_VERSION_gcc-runtime ?= "${GCCVERSION}" |
39 | PREFERRED_VERSION_gcc-source ?= "${GCCVERSION}" | ||
39 | PREFERRED_VERSION_nativesdk-gcc-runtime ?= "${SDKGCCVERSION}" | 40 | PREFERRED_VERSION_nativesdk-gcc-runtime ?= "${SDKGCCVERSION}" |
40 | PREFERRED_VERSION_libgcc ?= "${GCCVERSION}" | 41 | PREFERRED_VERSION_libgcc ?= "${GCCVERSION}" |
41 | PREFERRED_VERSION_libgcc-initial ?= "${GCCVERSION}" | 42 | PREFERRED_VERSION_libgcc-initial ?= "${GCCVERSION}" |