diff options
author | Khem Raj <raj.khem@gmail.com> | 2019-12-05 11:37:08 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2019-12-09 12:00:43 +0000 |
commit | bf543a194e442f5ae4524449fc06c4813131e88d (patch) | |
tree | 9b8d0a9fe9e844bc67ce49f326a683ae55f003e7 /meta/recipes-devtools | |
parent | 5e4a1b0842cb232d2a5b46f54bc6dc411a3c6188 (diff) | |
download | poky-bf543a194e442f5ae4524449fc06c4813131e88d.tar.gz |
llvm: rv32/rv64 target builds are not supported yet
(From OE-Core rev: c1efb1772cfae044969233fe9a394ef163d7bd51)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-devtools')
-rw-r--r-- | meta/recipes-devtools/llvm/llvm_git.bb | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index 5f9277fc0f..cb2e1164cf 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -10,6 +10,9 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe" | |||
10 | 10 | ||
11 | DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native" | 11 | DEPENDS = "libffi libxml2 zlib libedit ninja-native llvm-native" |
12 | 12 | ||
13 | COMPATIBLE_HOST_riscv64 = "null" | ||
14 | COMPATIBLE_HOST_riscv32 = "null" | ||
15 | |||
13 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" | 16 | RDEPENDS_${PN}_append_class-target = " ncurses-terminfo" |
14 | 17 | ||
15 | inherit cmake pkgconfig | 18 | inherit cmake pkgconfig |