Rebuild mingw-w64-cross-gcc, gcc

against the new libisl
This commit is contained in:
Christoph Reiter 2022-07-05 11:23:54 +02:00
parent eae8864bbd
commit c8e1d0b7be
2 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
pkgbase=gcc
pkgname=('gcc' 'gcc-libs' 'gcc-fortran')
pkgver=11.3.0
pkgrel=1
pkgrel=2
pkgdesc="The GNU Compiler Collection"
arch=('i686' 'x86_64')
license=('GPL' 'LGPL' 'FDL' 'custom')

View File

@ -4,7 +4,7 @@ _realname=gcc
_mingw_suff=mingw-w64-cross
pkgname=("${_mingw_suff}-${_realname}")
pkgver=10.2.0
pkgrel=1
pkgrel=2
pkgdesc="Cross GCC for the MinGW-w64"
arch=('i686' 'x86_64')
url="https://gcc.gnu.org"