Explorar el Código

enable RISCV as target to build for clang

Signed-off-by: Rebecca Chang Swee Fun <rebecca.chang@starfivetech.com>
Rebecca Chang Swee Fun hace 1 año
padre
commit
3be76a2d12
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      tools/clang/scripts/build.py

+ 1 - 1
tools/clang/scripts/build.py

@@ -620,7 +620,7 @@ def main():
   cxxflags = []
   ldflags = []
 
-  targets = 'AArch64;ARM;Mips;PowerPC;SystemZ;WebAssembly;X86'
+  targets = 'AArch64;ARM;Mips;PowerPC;RISCV;SystemZ;WebAssembly;X86'
 
   projects = 'clang;compiler-rt;lld;clang-tools-extra'