diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-09-29 11:13:28 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-10-15 14:16:12 +0100 |
commit | 1144b124f30df41f15cd7ea9a55dd3f162ade191 (patch) | |
tree | efa84dd17a292bd13cc2c06320c4809ed0c671b4 /meta/conf | |
parent | 52e5e97ab4bb86df1ac097f2a3de3ce4483e15db (diff) | |
download | poky-1144b124f30df41f15cd7ea9a55dd3f162ade191.tar.gz |
llvm: Update to 9.0.0
libOptRemarks has been renamed as libRemarks
RISC-V backend is now supported
(From OE-Core rev: 7f4870132ece9efa7f1404e2620a2e05055bca12)
Signed-off-by: Khem Raj <raj.khem@gmail.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 d8f434609b..4a23c50631 100644 --- a/meta/conf/distro/include/tcmode-default.inc +++ b/meta/conf/distro/include/tcmode-default.inc | |||
@@ -26,7 +26,7 @@ QEMUVERSION ?= "4.1%" | |||
26 | GOVERSION ?= "1.12%" | 26 | GOVERSION ?= "1.12%" |
27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote | 27 | # This can not use wildcards like 8.0.% since it is also used in mesa to denote |
28 | # llvm version being used, so always bump it with llvm recipe version bump | 28 | # llvm version being used, so always bump it with llvm recipe version bump |
29 | LLVMVERSION ?= "8.0.1" | 29 | LLVMVERSION ?= "9.0.0" |
30 | 30 | ||
31 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" | 31 | PREFERRED_VERSION_gcc ?= "${GCCVERSION}" |
32 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" | 32 | PREFERRED_VERSION_gcc-cross-${TARGET_ARCH} ?= "${GCCVERSION}" |