]> git.ipfire.org Git - thirdparty/grub.git/commitdiff
Fix -O for qemu
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 17 May 2011 12:05:52 +0000 (14:05 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 17 May 2011 12:05:52 +0000 (14:05 +0200)
util/grub-mkimage.c

index 480521cd6f9ec1e52adebbcc7e6dc59170ffc175..5f35c1da00e0a2f212e0f42d0f462aeaf3f63fe2 100644 (file)
@@ -444,7 +444,7 @@ struct image_target_desc image_targets[] =
     },
     {
       .dirname = "mips-qemu_mips",
-      .names = { "mips-qemu_mips-elf", NULL },
+      .names = { "mipsel-qemu_mips-elf", NULL },
       .voidp_sizeof = 4,
       .bigendian = 0,
       .id = IMAGE_LOONGSON_ELF,