summaryrefslogtreecommitdiff
path: root/util/crossgcc/Makefile.inc
diff options
context:
space:
mode:
authorPatrick Georgi <pgeorgi@chromium.org>2016-02-02 19:55:48 +0100
committerStefan Reinauer <stefan.reinauer@coreboot.org>2016-02-03 02:50:33 +0100
commita9fa0c897c378b6c4f52d7bc71a3f672af7f2ee8 (patch)
treee8644c99a25ca1288c06feaab90aecb6649a9f27 /util/crossgcc/Makefile.inc
parent6c0ccfb10d9f2785832b98734b00993ec19e8611 (diff)
downloadcoreboot-a9fa0c897c378b6c4f52d7bc71a3f672af7f2ee8.tar.xz
crossgcc: Also add the nds32le architecture to the coreboot Makefile
Change-Id: Ibf3346586d188dbd5b7ab10bedfc1609b2bb1499 Signed-off-by: Patrick Georgi <pgeorgi@chromium.org> Reviewed-on: https://review.coreboot.org/13565 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org>
Diffstat (limited to 'util/crossgcc/Makefile.inc')
-rw-r--r--util/crossgcc/Makefile.inc2
1 files changed, 1 insertions, 1 deletions
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 ***'