about summary refs log tree commit diff
path: root/src/ci/docker/scripts/crosstool-ng-git.sh
AgeCommit message (Collapse)AuthorLines
2025-02-06ci: upgrade to crosstool-ng 1.27.0WANG Rui-17/+0
2024-08-13Update `crosstool-ng` for loongarch64WANG Rui-1/+1
The current cross-compilation toolchain for the LoongArch64 target consists of GCC 13.2.0, Binutils 2.40, and Glibc 2.36. However, Binutils 2.40 has known issues that in broken binaries without any error reports: - https://github.com/rust-lang/rust/issues/121289 - https://github.com/cross-rs/cross/issues/1538 This patch upgrades the cross-compilation toolchain for the LoongArch64 target to resolve these issues. - GCC: 13.2.0 -> 14.2.0 - Binutils: 2.40 -> 2.42 The new binaries remain compatible with the existing GCC 13.2.0/Glibc 2.36 distribution, and no issues have been identified.
2024-06-23ci: Add support for dist-loongarch64-muslWANG Rui-0/+17
2023-09-28ci: upgrade to crosstool-ng 1.26.0WANG Rui-17/+0
2023-06-05ci: Upgrade loongarch64-linux-gnu GCC to 13.1.0WANG Rui-1/+1
2023-05-12ci: Add support for dist-loongarch64-linuxWANG Rui-0/+17
Co-Authored-By: YANG Xiaojuan <yangxiaojuan@loongson.cn>