summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--recipes-devtools/clang/clang_git.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-devtools/clang/clang_git.bb b/recipes-devtools/clang/clang_git.bb
index dbc5fc5..e890c8f 100644
--- a/recipes-devtools/clang/clang_git.bb
+++ b/recipes-devtools/clang/clang_git.bb
@@ -126,7 +126,7 @@ LLVM_BUILD_TOOLS;LLVM_USE_HOST_TOOLS;LLVM_CONFIG_PATH;\
126# Gennerally setting LLVM_TARGETS_TO_BUILD = "" in local.conf is ok in most simple situations 126# Gennerally setting LLVM_TARGETS_TO_BUILD = "" in local.conf is ok in most simple situations
127# where only one target architecture is needed along with just one build arch (usually X86) 127# where only one target architecture is needed along with just one build arch (usually X86)
128# 128#
129LLVM_TARGETS_TO_BUILD ?= "AMDGPU;AArch64;ARM;BPF;Mips;PowerPC;RISCV;X86;LoongArch" 129LLVM_TARGETS_TO_BUILD ?= "AMDGPU;AArch64;ARM;BPF;Mips;PowerPC;RISCV;X86;LoongArch;NVPTX;SPIRV"
130 130
131LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ?= "" 131LLVM_EXPERIMENTAL_TARGETS_TO_BUILD ?= ""
132 132