File tree 4 files changed +5
-23
lines changed
host-x86_64/dist-loongarch64-linux
4 files changed +5
-23
lines changed Original file line number Diff line number Diff line change @@ -271,7 +271,7 @@ For targets: `loongarch64-unknown-linux-gnu`
271
271
- Operating System > Linux kernel version = 5.19.16
272
272
- Binary utilities > Version of binutils = 2.40
273
273
- C-library > glibc version = 2.36
274
- - C compiler > gcc version = 13.1 .0
274
+ - C compiler > gcc version = 13.2 .0
275
275
- C compiler > C++ = ENABLE -- to cross compile LLVM
276
276
277
277
### `mips-linux-gnu.defconfig`
@@ -407,7 +407,7 @@ For targets: `riscv64-unknown-linux-gnu`
407
407
- Target options > Bitness = 64-bit
408
408
- Operating System > Target OS = linux
409
409
- Operating System > Linux kernel version = 4.20.17
410
- - Binary utilities > Version of binutils = 2.32
410
+ - Binary utilities > Version of binutils = 2.36.1
411
411
- C-library > glibc version = 2.29
412
412
- C compiler > gcc version = 8.5.0
413
413
- C compiler > C++ = ENABLE -- to cross compile LLVM
Original file line number Diff line number Diff line change @@ -3,9 +3,8 @@ FROM ubuntu:22.04
3
3
COPY scripts/cross-apt-packages.sh /scripts/
4
4
RUN sh /scripts/cross-apt-packages.sh
5
5
6
- # The latest released version does not support LoongArch.
7
- COPY scripts/crosstool-ng-git.sh /scripts/
8
- RUN sh /scripts/crosstool-ng-git.sh
6
+ COPY scripts/crosstool-ng.sh /scripts/
7
+ RUN sh /scripts/crosstool-ng.sh
9
8
10
9
COPY scripts/rustbuild-setup.sh /scripts/
11
10
RUN sh /scripts/rustbuild-setup.sh
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 1
1
#! /bin/sh
2
2
set -ex
3
3
4
- CT_NG=1.25 .0
4
+ CT_NG=1.26 .0
5
5
6
6
url=" https://github.com/crosstool-ng/crosstool-ng/archive/crosstool-ng-$CT_NG .tar.gz"
7
7
curl -Lf $url | tar xzf -
You can’t perform that action at this time.
0 commit comments