diff options
author | Patrick Georgi <pgeorgi@chromium.org> | 2016-02-02 19:55:48 +0100 |
---|---|---|
committer | Stefan Reinauer <stefan.reinauer@coreboot.org> | 2016-02-03 02:50:33 +0100 |
commit | a9fa0c897c378b6c4f52d7bc71a3f672af7f2ee8 (patch) | |
tree | e8644c99a25ca1288c06feaab90aecb6649a9f27 /util/crossgcc/Makefile.inc | |
parent | 6c0ccfb10d9f2785832b98734b00993ec19e8611 (diff) |
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.inc | 2 |
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 ***' |