From 28a736ea3076157c099087f61023d11e3d6b6075 Mon Sep 17 00:00:00 2001 From: Svyatoslav Scherbina Date: Tue, 20 Jun 2023 14:45:26 +0200 Subject: [PATCH] Native: update isl download URL in a toolchain builder config The previous URL no longer works. The isl project has moved hosting to sourceforge.io. Update the mirror accordingly. This is fixed in Crosstool-NG 1.25.0, but the URL is included in config and needs to be updated there. Note: to make the rest of toolchains buildable, the same change should be applied to their configs. See also https://github.com/crosstool-ng/crosstool-ng/pull/1614. ^KT-58864 --- .../gcc-8.3.0-glibc-2.12.1-kernel-4.9.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kotlin-native/tools/toolchain_builder/toolchains/arm-unknown-linux-gnueabihf/gcc-8.3.0-glibc-2.12.1-kernel-4.9.config b/kotlin-native/tools/toolchain_builder/toolchains/arm-unknown-linux-gnueabihf/gcc-8.3.0-glibc-2.12.1-kernel-4.9.config index a83293bb544..52098c45ac7 100644 --- a/kotlin-native/tools/toolchain_builder/toolchains/arm-unknown-linux-gnueabihf/gcc-8.3.0-glibc-2.12.1-kernel-4.9.config +++ b/kotlin-native/tools/toolchain_builder/toolchains/arm-unknown-linux-gnueabihf/gcc-8.3.0-glibc-2.12.1-kernel-4.9.config @@ -639,7 +639,7 @@ CT_ISL_V_0_20=y # CT_ISL_V_0_15 is not set # CT_ISL_NO_VERSIONS is not set CT_ISL_VERSION="0.20" -CT_ISL_MIRRORS="http://isl.gforge.inria.fr" +CT_ISL_MIRRORS="https://libisl.sourceforge.io" CT_ISL_ARCHIVE_FILENAME="@{pkg_name}-@{version}" CT_ISL_ARCHIVE_DIRNAME="@{pkg_name}-@{version}" CT_ISL_ARCHIVE_FORMATS=".tar.xz .tar.bz2 .tar.gz"