From df1f0cee3d17542bfd504ea50ef5949212a2fddd Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Tue, 13 Sep 2022 23:55:26 +0200 Subject: [PATCH] flang: disable clangarm64 also not enough RAM to build it, see https://github.com/msys2/MINGW-packages/pull/13081#issuecomment-1245990216 --- mingw-w64-flang/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-flang/PKGBUILD b/mingw-w64-flang/PKGBUILD index dea829f6c0..dfce06529e 100644 --- a/mingw-w64-flang/PKGBUILD +++ b/mingw-w64-flang/PKGBUILD @@ -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"