[coreboot-gerrit] New patch to review for coreboot: d3e8ff7 crossgcc: fix copy-paste mistake on riscv make target

Alexander Couzens (lynxis@fe80.eu) gerrit at coreboot.org
Tue Mar 10 20:31:04 CET 2015


Alexander Couzens (lynxis at fe80.eu) just uploaded a new patch set to gerrit, which you can find at http://review.coreboot.org/8637

-gerrit

commit d3e8ff7b449ff89a598caf7f40de3835ec930c7d
Author: Alexander Couzens <lynxis at fe80.eu>
Date:   Tue Mar 10 20:24:34 2015 +0100

    crossgcc: fix copy-paste mistake on riscv make target
    
    Change-Id: Id618595a321529770964b125f7490dcb08376643
    Signed-off-by: Alexander Couzens <lynxis at fe80.eu>
---
 util/crossgcc/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile
index 4c3e19e..2d344e3 100644
--- a/util/crossgcc/Makefile
+++ b/util/crossgcc/Makefile
@@ -12,7 +12,7 @@ build-aarch64:
 build-mips:
 	bash ./buildgcc -G -p mips-elf
 
-build-mips:
+build-riscv:
 	bash ./buildgcc -G -p riscv-elf
 
 .PHONY: build-i386-without-gdb



More information about the coreboot-gerrit mailing list