From a49c0cca9fb29541b30c7cec7f1b49c376a7c12d Mon Sep 17 00:00:00 2001 From: Alexander Couzens Date: Tue, 10 Mar 2015 20:24:34 +0100 Subject: crossgcc: fix copy-paste mistake on riscv make target MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Id618595a321529770964b125f7490dcb08376643 Signed-off-by: Alexander Couzens Reviewed-on: http://review.coreboot.org/8637 Reviewed-by: Kyösti Mälkki Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel Reviewed-by: Patrick Georgi --- util/crossgcc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'util/crossgcc/Makefile') diff --git a/util/crossgcc/Makefile b/util/crossgcc/Makefile index 4c3e19e43f..2d344e345d 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 -- cgit v1.2.3