diff options
author | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-09 21:17:23 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-05-12 09:04:26 +0100 |
commit | 913ec73da44b2966776b2f543beae4b0da7ad034 (patch) | |
tree | 68d83bc2d8496df25cd9c3aed07b080630a017ef | |
parent | 4970590ecd0fec3aee9de419076057bcd169af8f (diff) | |
download | poky-913ec73da44b2966776b2f543beae4b0da7ad034.tar.gz |
tcmode-default: Add PREFERRED_VERSION for libgfortran
With the addition of gcc 9 recipes it highlighted there is no PREFERRED_VERSION
set for libgfortran and it should match the rest of gcc. Add this missing
PREFERRED_VERSION line to avoid mixing gcc versions in inadvisable ways.
(From OE-Core rev: 172dfdd62b012dc63f492d33239af209f83f4966)
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-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 02e9ddde24..daacfe28c4 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -39,6 +39,7 @@ PREFERRED_VERSION_nativesdk-gcc-runtime ?= "${SDKGCCVERSION}" | |||
39 | PREFERRED_VERSION_nativesdk-gcc-sanitizers ?= "${SDKGCCVERSION}" | 39 | PREFERRED_VERSION_nativesdk-gcc-sanitizers ?= "${SDKGCCVERSION}" |
40 | PREFERRED_VERSION_libgcc ?= "${GCCVERSION}" | 40 | PREFERRED_VERSION_libgcc ?= "${GCCVERSION}" |
41 | PREFERRED_VERSION_libgcc-initial ?= "${GCCVERSION}" | 41 | PREFERRED_VERSION_libgcc-initial ?= "${GCCVERSION}" |
42 | PREFERRED_VERSION_libgfortran ?= "${GCCVERSION}" | ||
42 | PREFERRED_VERSION_nativesdk-gcc ?= "${SDKGCCVERSION}" | 43 | PREFERRED_VERSION_nativesdk-gcc ?= "${SDKGCCVERSION}" |
43 | PREFERRED_VERSION_nativesdk-libgcc ?= "${SDKGCCVERSION}" | 44 | PREFERRED_VERSION_nativesdk-libgcc ?= "${SDKGCCVERSION}" |
44 | PREFERRED_VERSION_nativesdk-libgcc-initial ?= "${SDKGCCVERSION}" | 45 | PREFERRED_VERSION_nativesdk-libgcc-initial ?= "${SDKGCCVERSION}" |