about summary refs log tree commit diff
path: root/compiler/rustc_query_impl/src
diff options
context:
space:
mode:
authorTrevor Gross <t.gross35@gmail.com>2024-08-18 23:41:48 -0500
committerGitHub <noreply@github.com>2024-08-18 23:41:48 -0500
commit582b0a662333b41ca7e083c65d8e3423dc05eb33 (patch)
treed9fbb743dfd075ee4f25bf35bbf951e9bb048583 /compiler/rustc_query_impl/src
parent332ab61d29917da8c5d59b3c2528b6c1a6da0b51 (diff)
parentcebae30f7229007ecad8dfa47222d889541d7902 (diff)
downloadrust-582b0a662333b41ca7e083c65d8e3423dc05eb33.tar.gz
rust-582b0a662333b41ca7e083c65d8e3423dc05eb33.zip
Rollup merge of #129048 - heiher:update-crosstool-loongarch64, r=Mark-Simulacrum
Update `crosstool-ng` for loongarch64

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.

try-job: dist-loongarch64-linux
Diffstat (limited to 'compiler/rustc_query_impl/src')
0 files changed, 0 insertions, 0 deletions