From a9fa0c897c378b6c4f52d7bc71a3f672af7f2ee8 Mon Sep 17 00:00:00 2001 From: Patrick Georgi Date: Tue, 2 Feb 2016 19:55:48 +0100 Subject: crossgcc: Also add the nds32le architecture to the coreboot Makefile Change-Id: Ibf3346586d188dbd5b7ab10bedfc1609b2bb1499 Signed-off-by: Patrick Georgi Reviewed-on: https://review.coreboot.org/13565 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer --- util/crossgcc/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util') diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index bd1b0cd2a9..1c28504e33 100644 --- a/util/crossgcc/Makefile.inc +++ b/util/crossgcc/Makefile.inc @@ -13,7 +13,7 @@ ## GNU General Public License for more details. ## -TOOLCHAIN_ARCHES := i386 x86 arm aarch64 mips riscv power8 +TOOLCHAIN_ARCHES := i386 x86 arm aarch64 mips riscv power8 nds32le help_toolchain help:: @echo '*** Toolchain targets ***' -- cgit v1.2.3