flang: disable clangarm64 also

not enough RAM to build it, see
https://github.com/msys2/MINGW-packages/pull/13081#issuecomment-1245990216
This commit is contained in:
Christoph Reiter
2022-09-13 23:55:26 +02:00
parent 69b38f33f7
commit df1f0cee3d

View File

@@ -9,7 +9,7 @@ pkgver=${_version}${_rc/-/}
pkgrel=1
pkgdesc="Fortran frontend for LLVM (mingw-w64)"
arch=('any')
mingw_arch=('mingw64' 'ucrt64' 'clang64' 'clangarm64')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
url="https://flang.llvm.org/"
license=("custom:Apache 2.0 with LLVM Exception")
depends=("${MINGW_PACKAGE_PREFIX}-clang"