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
This commit is contained in:
committed by
Space Team
parent
4e563aa299
commit
28a736ea30
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user