Merge pull request #8480 from jeremyd2019/binutils-un-clang

remove clang64 from binutils, it's likely to conflict
This commit is contained in:
Christoph Reiter
2021-04-26 19:31:00 +02:00
committed by GitHub

View File

@@ -9,7 +9,7 @@ pkgver=2.36.1
pkgrel=3
pkgdesc="A set of programs to assemble and manipulate binary and object files (mingw-w64)"
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw32' 'mingw64' 'ucrt64')
url="https://www.gnu.org/software/binutils/"
license=('GPL')
groups=("${MINGW_PACKAGE_PREFIX}-toolchain")