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>
This commit is contained in:
Alexander Couzens 2015-03-10 20:24:34 +01:00 committed by Patrick Georgi
parent 180a11427d
commit a49c0cca9f
1 changed files with 1 additions and 1 deletions

View File

@ -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