From 14fc6c3469076e3ba245011da5263268033c7ae9 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Tue, 23 Sep 2025 14:53:54 +0200 Subject: [PATCH] crossgcc: Drop nds32le-elf toolchain from default builds coreboot does not use the nds32le-elf toolchain at all, but it causes build issues in the CI. So drop it from the default builds. It can still be built by using buildgcc. Change-Id: I5e5e5b6914265d6aff14c011062db268db4acf6b Signed-off-by: Felix Singer Reviewed-on: https://review.coreboot.org/c/coreboot/+/89317 Reviewed-by: Elyes Haouas Reviewed-by: Martin L Roth Reviewed-by: Jon Murphy Tested-by: build bot (Jenkins) --- util/crossgcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 06ec91c493..3be816e9d8 100644 --- a/util/crossgcc/Makefile +++ b/util/crossgcc/Makefile @@ -10,7 +10,7 @@ DEST ?= $(CURDIR)/xgcc all: $(MAKE) build-i386 build-x64 build-arm \ - build-riscv build-aarch64 build-ppc64 build-nds32le \ + build-riscv build-aarch64 build-ppc64 \ build_clang build_iasl build_nasm ###########################################################