changeset 86:ccb89614bfd8

QEMU's application emulation wants "mipsel", not mips. System emulation probably does too (unlike arm, which distinguishes in application but not system emulation, but mips has two system emulators), need to add a way of specifying that...
author Rob Landley <rob@landley.net>
date Sun, 14 Jan 2007 04:18:20 -0500
parents 7c874da5505c
children cb4ddcaed8eb
files sources/configs/mipsel
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/sources/configs/mipsel	Sun Jan 14 03:11:45 2007 -0500
+++ b/sources/configs/mipsel	Sun Jan 14 04:18:20 2007 -0500
@@ -2,7 +2,7 @@
 KERNEL_PATH=arch/${KARCH}/boot/vmlinux.bin
 BINUTILS_FLAGS=
 GCC_FLAGS=
-QEMU_TEST=$KARCH
+QEMU_TEST=mipsel
 
 # Write out uClibc .config file.