From 296a36d1eef39f3d570d89f0982be6fe671e59eb Mon Sep 17 00:00:00 2001 From: Christoph Reiter Date: Mon, 26 Apr 2021 10:10:50 +0200 Subject: [PATCH] gcc: disable clang64 for now maybe this helps autobuild to depend on clang instead of gcc --- mingw-w64-gcc/PKGBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mingw-w64-gcc/PKGBUILD b/mingw-w64-gcc/PKGBUILD index 24c823a3d5..0334b2309c 100644 --- a/mingw-w64-gcc/PKGBUILD +++ b/mingw-w64-gcc/PKGBUILD @@ -31,7 +31,7 @@ _sourcedir=${_realname}-${pkgver} pkgrel=10 pkgdesc="GCC for the MinGW-w64" arch=('any') -mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64') +mingw_arch=('mingw32' 'mingw64' 'ucrt64') url="https://gcc.gnu.org" license=('GPL' 'LGPL' 'FDL' 'custom') groups=("${MINGW_PACKAGE_PREFIX}-toolchain")