From c0c3c59b83a8be7baf83e50ea4eb45bf5aef649f Mon Sep 17 00:00:00 2001 From: WANG Rui Date: Fri, 13 Feb 2026 16:04:17 +0800 Subject: [PATCH] ci: Drop outdated toolchain configuration: aarch64-linux-gnu.defconfig --- src/ci/docker/README.md | 16 ---------------- 1 file changed, 16 deletions(-) diff --git a/src/ci/docker/README.md b/src/ci/docker/README.md index 4ee02e9bf005..52a787cf97d4 100644 --- a/src/ci/docker/README.md +++ b/src/ci/docker/README.md @@ -231,22 +231,6 @@ For targets: `armv7-unknown-linux-gnueabihf` libraries like jemalloc. See the mk/cfg/arm(v7)-unknown-linux-gnueabi{,hf}.mk file in Rust's source code. -### `aarch64-linux-gnu.defconfig` - -For targets: `aarch64-unknown-linux-gnu` - -- Path and misc options > Prefix directory = /x-tools/${CT\_TARGET} -- Path and misc options > Use a mirror = ENABLE -- Path and misc options > Base URL = https://ci-mirrors.rust-lang.org/rustc -- Target options > Target Architecture = arm -- Target options > Bitness = 64-bit -- Operating System > Target OS = linux -- Operating System > Linux kernel version = 4.1.49 -- Binary utilities > Version of binutils = 2.29.1 -- C-library > glibc version = 2.17 -- aarch64 support was introduced in this version -- C compiler > gcc version = 13.2.0 -- C compiler > C++ = ENABLE -- to cross compile LLVM - ### `i586-linux-gnu.defconfig` For targets: `i586-unknown-linux-gnu`