diff options
| author | WANG Rui <wangrui@loongson.cn> | 2023-06-05 19:11:20 +0800 |
|---|---|---|
| committer | WANG Rui <wangrui@loongson.cn> | 2023-06-05 19:11:20 +0800 |
| commit | 20c6223b6fcef8b90277c1305367b15f50bfd604 (patch) | |
| tree | 53ac8d3c1cd2c682863852f0429291ba460b0063 | |
| parent | 42f28f9eb41adb7a197697e5e2d6535d00fd0f4a (diff) | |
| download | rust-20c6223b6fcef8b90277c1305367b15f50bfd604.tar.gz rust-20c6223b6fcef8b90277c1305367b15f50bfd604.zip | |
ci: Upgrade loongarch64-linux-gnu GCC to 13.1.0
| -rw-r--r-- | src/ci/docker/README.md | 2 | ||||
| -rw-r--r-- | src/ci/docker/scripts/crosstool-ng-git.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ci/docker/README.md b/src/ci/docker/README.md index e799d7c9688..852f2e20935 100644 --- a/src/ci/docker/README.md +++ b/src/ci/docker/README.md @@ -270,7 +270,7 @@ For targets: `loongarch64-unknown-linux-gnu` - Operating System > Linux kernel version = 5.19.16 - Binary utilities > Version of binutils = 2.40 - C-library > glibc version = 2.36 -- C compiler > gcc version = 12.2.0 +- C compiler > gcc version = 13.1.0 - C compiler > C++ = ENABLE -- to cross compile LLVM ### `mips-linux-gnu.defconfig` diff --git a/src/ci/docker/scripts/crosstool-ng-git.sh b/src/ci/docker/scripts/crosstool-ng-git.sh index 449cc476f9a..b8d39915327 100644 --- a/src/ci/docker/scripts/crosstool-ng-git.sh +++ b/src/ci/docker/scripts/crosstool-ng-git.sh @@ -2,7 +2,7 @@ set -ex URL=https://github.com/crosstool-ng/crosstool-ng -REV=943364711a650d9b9e84c1b42c91cc0265b6ab5c +REV=227d99d7f3115f3a078595a580d2b307dcd23e93 mkdir crosstool-ng cd crosstool-ng |
