From 9da1d2bc6addf84db695ff829d0dd93457921b49 Mon Sep 17 00:00:00 2001 From: Thomas Petazzoni Date: Mon, 2 Feb 2026 22:28:10 +0100 Subject: [PATCH] support/config-fragments/autobuild: replace MIPS64 toolchains The prebuilt MIPS64 toolchains are very old, causing build issues (for example recently with the systemd v258 update). Replace them both a single toolchain configuration that uses one of the mips64el Bootlin toolchains. Signed-off-by: Thomas Petazzoni Signed-off-by: Peter Korsgaard (cherry picked from commit 573a113edddf076b281da1897fa15556270c134d) Signed-off-by: Thomas Perale --- .../autobuild/bootlin-mips64el-glibc.config | 4 ++++ .../autobuild/br-mips64-n64-full.config | 10 ---------- .../autobuild/br-mips64r6-el-hf-glibc.config | 12 ------------ .../config-fragments/autobuild/toolchain-configs.csv | 3 +-- 4 files changed, 5 insertions(+), 24 deletions(-) create mode 100644 support/config-fragments/autobuild/bootlin-mips64el-glibc.config delete mode 100644 support/config-fragments/autobuild/br-mips64-n64-full.config delete mode 100644 support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config diff --git a/support/config-fragments/autobuild/bootlin-mips64el-glibc.config b/support/config-fragments/autobuild/bootlin-mips64el-glibc.config new file mode 100644 index 0000000000..d8bebd5d70 --- /dev/null +++ b/support/config-fragments/autobuild/bootlin-mips64el-glibc.config @@ -0,0 +1,4 @@ +BR2_mips64el=y +# BR2_MIPS_SOFT_FLOAT is not set +BR2_TOOLCHAIN_EXTERNAL=y +BR2_TOOLCHAIN_EXTERNAL_BOOTLIN_MIPS64EL_N32_GLIBC_STABLE=y diff --git a/support/config-fragments/autobuild/br-mips64-n64-full.config b/support/config-fragments/autobuild/br-mips64-n64-full.config deleted file mode 100644 index b89b74e76f..0000000000 --- a/support/config-fragments/autobuild/br-mips64-n64-full.config +++ /dev/null @@ -1,10 +0,0 @@ -BR2_mips64el=y -BR2_MIPS_NABI64=y -# BR2_MIPS_SOFT_FLOAT is not set -BR2_TOOLCHAIN_EXTERNAL=y -BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y -BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mips64-n64-full-2020.11.2.tar.bz2" -BR2_TOOLCHAIN_EXTERNAL_GCC_8=y -BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_9=y -BR2_TOOLCHAIN_EXTERNAL_LOCALE=y -BR2_TOOLCHAIN_EXTERNAL_CXX=y diff --git a/support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config b/support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config deleted file mode 100644 index edf04c356f..0000000000 --- a/support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config +++ /dev/null @@ -1,12 +0,0 @@ -BR2_mips64el=y -BR2_mips_64r6=y -BR2_MIPS_NABI64=y -# BR2_MIPS_SOFT_FLOAT is not set -BR2_TOOLCHAIN_EXTERNAL=y -BR2_TOOLCHAIN_EXTERNAL_CUSTOM=y -BR2_TOOLCHAIN_EXTERNAL_DOWNLOAD=y -BR2_TOOLCHAIN_EXTERNAL_URL="http://autobuild.buildroot.org/toolchains/tarballs/br-mips64r6-n64-el-hf-2020.11.2.tar.bz2" -BR2_TOOLCHAIN_EXTERNAL_GCC_9=y -BR2_TOOLCHAIN_EXTERNAL_HEADERS_5_9=y -BR2_TOOLCHAIN_EXTERNAL_CUSTOM_GLIBC=y -BR2_TOOLCHAIN_EXTERNAL_CXX=y diff --git a/support/config-fragments/autobuild/toolchain-configs.csv b/support/config-fragments/autobuild/toolchain-configs.csv index df6a310477..8ef59965c7 100644 --- a/support/config-fragments/autobuild/toolchain-configs.csv +++ b/support/config-fragments/autobuild/toolchain-configs.csv @@ -28,6 +28,7 @@ support/config-fragments/autobuild/bootlin-m68k-5208-uclibc.config,x86_64 support/config-fragments/autobuild/bootlin-microblazeel-uclibc.config,x86_64 support/config-fragments/autobuild/bootlin-mipsel-uclibc.config,x86_64 support/config-fragments/autobuild/bootlin-mipsel32r6-glibc.config,x86_64 +support/config-fragments/autobuild/bootlin-mips64el-glibc.config,x86_64 support/config-fragments/autobuild/bootlin-openrisc-uclibc.config,x86_64 support/config-fragments/autobuild/bootlin-powerpc64le-power8-glibc.config,x86_64 support/config-fragments/autobuild/bootlin-powerpc-e500mc-uclibc.config,x86_64 @@ -45,8 +46,6 @@ support/config-fragments/autobuild/bootlin-xtensa-uclibc.config,x86_64 support/config-fragments/autobuild/br-arm-basic.config,x86_64 support/config-fragments/autobuild/br-arm-full-nothread.config,x86_64 support/config-fragments/autobuild/br-arm-internal-glibc.config,any -support/config-fragments/autobuild/br-mips64-n64-full.config,x86_64 -support/config-fragments/autobuild/br-mips64r6-el-hf-glibc.config,x86_64 support/config-fragments/autobuild/linaro-aarch64.config,x86 support/config-fragments/autobuild/linaro-aarch64-be.config,x86 support/config-fragments/autobuild/linaro-arm.config,x86