diff options
author | Khem Raj <raj.khem@gmail.com> | 2023-05-12 10:47:18 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-05-22 10:53:47 +0100 |
commit | 01ab8228c75674554d9af56091c18a63b8096892 (patch) | |
tree | c59afe6d9bef931193cd10538d8a350c64322b5f /meta/recipes-devtools | |
parent | e6eb278ce85f3ab93bdb44ce24c2eb27b7bf84a0 (diff) | |
download | poky-01ab8228c75674554d9af56091c18a63b8096892.tar.gz |
llvm: Enable RISCV support
LLVM 16 should work well for RV32/RV64
(From OE-Core rev: 09ac564539a2bea835bdb8aee022505fc4b391f8)
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.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, 0 insertions, 3 deletions
diff --git a/meta/recipes-devtools/llvm/llvm_git.bb b/meta/recipes-devtools/llvm/llvm_git.bb index eb918383e6..71bc1a022a 100644 --- a/meta/recipes-devtools/llvm/llvm_git.bb +++ b/meta/recipes-devtools/llvm/llvm_git.bb | |||
@@ -10,9 +10,6 @@ LIC_FILES_CHKSUM = "file://LICENSE.TXT;md5=8a15a0759ef07f2682d2ba4b893c9afe" | |||
10 | 10 | ||
11 | DEPENDS = "libffi libxml2 zlib zstd libedit ninja-native llvm-native" | 11 | DEPENDS = "libffi libxml2 zlib zstd libedit ninja-native llvm-native" |
12 | 12 | ||
13 | COMPATIBLE_HOST:riscv64 = "null" | ||
14 | COMPATIBLE_HOST:riscv32 = "null" | ||
15 | |||
16 | RDEPENDS:${PN}:append:class-target = " ncurses-terminfo" | 13 | RDEPENDS:${PN}:append:class-target = " ncurses-terminfo" |
17 | 14 | ||
18 | inherit cmake pkgconfig | 15 | inherit cmake pkgconfig |