Rebuild with libisl

This commit is contained in:
2026-03-12 15:40:40 +02:00
parent 782a2c8c7f
commit c1d07ee6f3
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
name: mingw-w64-gcc
description: Cross GCC for the MinGW-w64 cross-compiler
version: 15.2.0
revision: 1
revision: 2
url: http://www.gnu.org/software/gcc
license: GPL3-or-later,LGPL3-or-later,GPL3 with GCC-exception
maintainers:
+1
View File
@@ -23,6 +23,7 @@ build() {
--disable-multilib \
--enable-threads=posix \
--enable-shared \
--enable-cloog-backend=isl \
--enable-languages=c,c++
make
done