We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42f28f9 commit 20c6223Copy full SHA for 20c6223
src/ci/docker/README.md
@@ -270,7 +270,7 @@ For targets: `loongarch64-unknown-linux-gnu`
270
- Operating System > Linux kernel version = 5.19.16
271
- Binary utilities > Version of binutils = 2.40
272
- C-library > glibc version = 2.36
273
-- C compiler > gcc version = 12.2.0
+- C compiler > gcc version = 13.1.0
274
- C compiler > C++ = ENABLE -- to cross compile LLVM
275
276
### `mips-linux-gnu.defconfig`
src/ci/docker/scripts/crosstool-ng-git.sh
@@ -2,7 +2,7 @@
2
set -ex
3
4
URL=https://github.com/crosstool-ng/crosstool-ng
5
-REV=943364711a650d9b9e84c1b42c91cc0265b6ab5c
+REV=227d99d7f3115f3a078595a580d2b307dcd23e93
6
7
mkdir crosstool-ng
8
cd crosstool-ng
0 commit comments