From c1d07ee6f3353b8d03de223ab4fa5ca494eebb01 Mon Sep 17 00:00:00 2001 From: EnumDev Date: Thu, 12 Mar 2026 15:40:40 +0200 Subject: [PATCH] Rebuild with libisl --- pkg.info | 2 +- source.sh | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/pkg.info b/pkg.info index 66e1f08..9b418d1 100644 --- a/pkg.info +++ b/pkg.info @@ -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: diff --git a/source.sh b/source.sh index 7ff2fe9..8246aa9 100644 --- a/source.sh +++ b/source.sh @@ -23,6 +23,7 @@ build() { --disable-multilib \ --enable-threads=posix \ --enable-shared \ + --enable-cloog-backend=isl \ --enable-languages=c,c++ make done