From 13d2eb011bb21ee2196b92ac732ff83604a2fa0f Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 23 Sep 2022 18:32:14 +0200 Subject: [PATCH] scripts/bootstrap.sh: use isl25 ref commit 1b3d450dc76c (main/gcc: build against isl25) ref commit a78257454077 (main/isl25: new aport) ref commit 069b35f9817e (main/isl24: remove -dev) --- scripts/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bootstrap.sh b/scripts/bootstrap.sh index cf58e33d5b3..2ff8aaa7e6b 100755 --- a/scripts/bootstrap.sh +++ b/scripts/bootstrap.sh @@ -117,7 +117,7 @@ fi # ordered cross-build for PKG in fortify-headers linux-headers musl libc-dev pkgconf zlib \ openssl ca-certificates libmd \ - gmp mpfr4 mpc1 isl24 cloog libucontext binutils gcc \ + gmp mpfr4 mpc1 isl25 cloog libucontext binutils gcc \ libbsd libretls busybox make \ apk-tools file \ libcap openrc alpine-conf alpine-baselayout alpine-keys alpine-base patch build-base \