[coreboot-gerrit] Patch set updated for coreboot: crossgcc: Also add the nds32le architecture to the coreboot Makefile

Stefan Reinauer (stefan.reinauer@coreboot.org) gerrit at coreboot.org
Wed Feb 3 02:41:02 CET 2016


Stefan Reinauer (stefan.reinauer at coreboot.org) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13565

-gerrit

commit 10efd97b672b559701b8b19abe35765a54bffbeb
Author: Patrick Georgi <pgeorgi at 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 at 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 bd1b0cd..1c28504 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 ***'



More information about the coreboot-gerrit mailing list