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 <felix.singer@secunet.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/89317
Reviewed-by: Elyes Haouas <ehaouas@noos.fr>
Reviewed-by: Martin L Roth <gaumless@gmail.com>
Reviewed-by: Jon Murphy <jpmurphy@google.com>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
This commit is contained in:
Felix Singer 2025-09-23 14:53:54 +02:00 committed by Elyes Haouas
commit 14fc6c3469

View file

@ -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
###########################################################