Patrick Georgi (pgeorgi@google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13565
-gerrit
commit ac2094f661d973693364e8cc5b81b492c359e9b7 Author: Patrick Georgi pgeorgi@chromium.org Date: Tue Feb 2 19:55:48 2016 +0100
crossgcc: Also add the nds32le architecture to the coreboot Makefile
Change-Id: Ibf3346586d188dbd5b7ab10bedfc1609b2bb1499 Signed-off-by: Patrick Georgi pgeorgi@chromium.org --- util/crossgcc/Makefile.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/util/crossgcc/Makefile.inc b/util/crossgcc/Makefile.inc index d2be74a..be0facc 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 ***'