Fix -O for qemu
This commit is contained in:
parent
1b6656d360
commit
b38c1d1442
1 changed files with 1 additions and 1 deletions
|
@ -444,7 +444,7 @@ struct image_target_desc image_targets[] =
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
.dirname = "mips-qemu_mips",
|
.dirname = "mips-qemu_mips",
|
||||||
.names = { "mips-qemu_mips-elf", NULL },
|
.names = { "mipsel-qemu_mips-elf", NULL },
|
||||||
.voidp_sizeof = 4,
|
.voidp_sizeof = 4,
|
||||||
.bigendian = 0,
|
.bigendian = 0,
|
||||||
.id = IMAGE_LOONGSON_ELF,
|
.id = IMAGE_LOONGSON_ELF,
|
||||||
|
|
Loading…
Reference in a new issue