gcc: disable clang64 for now

maybe this helps autobuild to depend on clang instead of gcc
This commit is contained in:
Christoph Reiter
2021-04-26 10:10:50 +02:00
committed by GitHub
parent 475dd0c964
commit 296a36d1ee

View File

@@ -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")