summaryrefslogtreecommitdiff
path: root/util/crossgcc/Makefile
diff options
context:
space:
mode:
authorAlexander Couzens <lynxis@fe80.eu>2015-03-10 20:24:34 +0100
committerPatrick Georgi <pgeorgi@google.com>2015-03-10 22:19:42 +0100
commita49c0cca9fb29541b30c7cec7f1b49c376a7c12d (patch)
tree4dc88397dfed8864c4a22e478b8196efc367639c /util/crossgcc/Makefile
parent180a11427d61ef237dc1cde33f0a2cddf7edd651 (diff)
downloadcoreboot-a49c0cca9fb29541b30c7cec7f1b49c376a7c12d.tar.xz
crossgcc: fix copy-paste mistake on riscv make target
Change-Id: Id618595a321529770964b125f7490dcb08376643 Signed-off-by: Alexander Couzens <lynxis@fe80.eu> Reviewed-on: http://review.coreboot.org/8637 Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com> Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
Diffstat (limited to 'util/crossgcc/Makefile')
-rw-r--r--util/crossgcc/Makefile2
1 files changed, 1 insertions, 1 deletions
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