[coreboot-gerrit] New patch to review for coreboot: buildgcc: add nds32le compiler

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Tue Feb 2 18:51:39 CET 2016


Patrick Georgi (pgeorgi at google.com) just uploaded a new patch set to gerrit, which you can find at https://review.coreboot.org/13562

-gerrit

commit d83273117a41319f9713888426c5742f17e7492d
Author: Stefan Reinauer <stefan.reinauer at coreboot.org>
Date:   Fri Jan 29 17:39:07 2016 -0800

    buildgcc: add nds32le compiler
    
    Some Chrome ECs are based on that architecture
    
    Change-Id: Ib5d0c2f6f518fafc1ceb02c5f71c0935d16c66bb
    Signed-off-by: Stefan Reinauer <stefan.reinauer at coreboot.org>
    Signed-off-by: Patrick Georgi <pgeorgi at chromium.org>
---
 util/crossgcc/Makefile | 9 ++++++---
 1 file changed, 6 insertions(+), 3 deletions(-)

diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 78fdbc8..fbbadac 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -64,6 +64,9 @@ build-riscv:
 build-power8:
 	@$(MAKE) build_tools BUILD_PLATFORM=powerpc64le-linux-gnu
 
+build-nds32le:
+	@$(MAKE) build_tools BUILD_PLATFORM=nds32le-elf
+
 clean_tempfiles:
 	rm -rf build-*
 	rm -rf binutils-* gcc-* gmp-* libelf-* mpc-* mpfr-*
@@ -78,7 +81,7 @@ clean: clean_tempfiles
 distclean: clean
 	rm -rf tarballs
 
-.PHONY: build_gcc build_iasl build_gdb build_clang \
-	all all_with_gdb all_without_gdb build_tools \
-	build-i386 build-x64 build-arm build-aarch64 build-mips build-riscv build-power8 \
+.PHONY: build_gcc build_iasl build_gdb build_clang all all_with_gdb \
+	all_without_gdb build_tools build-i386 build-x64 build-arm  \
+	build-aarch64 build-mips build-riscv build-power8 build-nds32le \
 	clean distclean clean_tempfiles



More information about the coreboot-gerrit mailing list