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:
parent
fce489e9e5
commit
14fc6c3469
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
###########################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue