arm-none-eabi-gcc: drop mingw32

this package times out in CI and takes ages to build locally,
so limit the targets we build for.
This commit is contained in:
Christoph Reiter
2022-10-27 11:41:24 +02:00
parent ec7961058e
commit 52a0f4e32b

View File

@@ -13,7 +13,7 @@ pkgver=12.2.0
pkgrel=1
pkgdesc='GNU Tools for ARM Embedded Processors - GCC (mingw-w64)'
arch=('any')
mingw_arch=('mingw32' 'mingw64' 'ucrt64' 'clang64')
mingw_arch=('mingw64' 'ucrt64' 'clang64')
license=('GPL')
url='https://www.gnu.org/software/gcc/gcc.html'
groups=("${MINGW_PACKAGE_PREFIX}-${_target}-toolchain")