Make check work on mips-arc.
This commit is contained in:
parent
5e013e56f0
commit
6aff01075d
3 changed files with 18 additions and 3 deletions
|
@ -85,6 +85,13 @@ case "${grub_modinfo_target_cpu}-${grub_modinfo_platform}" in
|
|||
qemuopts="$qemuopts -M mips"
|
||||
console=vga_text
|
||||
;;
|
||||
mips-arc)
|
||||
boot=cd
|
||||
qemu=qemu-system-mips64
|
||||
qemuopts="$qemuopts -M indy"
|
||||
console=console
|
||||
trim=1
|
||||
;;
|
||||
mipsel-qemu_mips)
|
||||
boot=mipsel_qemu
|
||||
qemu=qemu-system-mipsel
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue