gcc: disable clang64 for now
maybe this helps autobuild to depend on clang instead of gcc
This commit is contained in:
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user