llvm-15: Add ARM and RISCV targets
This commit is contained in:
@@ -19,7 +19,7 @@ _version=15.0.7
|
||||
_rc=""
|
||||
_tag=llvmorg-${_version}${_rc}
|
||||
pkgver=${_version}${_rc/-/}
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
pkgdesc="C language family frontend for LLVM 15 (mingw-w64)"
|
||||
arch=('any')
|
||||
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
|
||||
@@ -165,7 +165,7 @@ build() {
|
||||
|
||||
local _projects="clang;compiler-rt"
|
||||
|
||||
platform_config+=(-DLLVM_TARGETS_TO_BUILD="AArch64;X86")
|
||||
platform_config+=(-DLLVM_TARGETS_TO_BUILD="AArch64;ARM;RISCV;X86")
|
||||
|
||||
mkdir -p build-${MSYSTEM} && cd build-${MSYSTEM}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user