[coreboot-gerrit] New patch to review for coreboot: 9dcb2cf build system: make crosstools should build all supported compilers

Patrick Georgi (pgeorgi@google.com) gerrit at coreboot.org
Sat Feb 28 12:55:28 CET 2015


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

-gerrit

commit 9dcb2cf833ed47a4981986e7b1c4fed9e7c7b8bb
Author: Patrick Georgi <patrick at georgi-clan.de>
Date:   Sat Feb 28 12:53:53 2015 +0100

    build system: make crosstools should build all supported compilers
    
    It only built i386-elf
    
    Change-Id: I02f94d12297901136e1c17c63bbeb103c1d93e8d
    Signed-off-by: Patrick Georgi <patrick at georgi-clan.de>
---
 Makefile.inc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile.inc b/Makefile.inc
index 69f6786..66f9902 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -457,7 +457,7 @@ crossgcc-arm: clean-for-update
 crossgcc-aarch64: clean-for-update
 	$(MAKE) -C util/crossgcc build-aarch64-without-gdb
 
-crosstools: crosstools-i386
+crosstools: crosstools-i386 crosstools-arm crosstools-aarch64
 
 .PHONY: crosstools-i386 crosstools-arm crosstools-aarch64
 crosstools-i386: clean-for-update



More information about the coreboot-gerrit mailing list