From 37175a9783c561c8a3f94b6818dabf512c3674e9 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sat, 30 May 2009 18:07:43 +0200 Subject: qemu MIPS support - add support of all MIPS variants - MIPS32 boots fine with MALTA emulation - MIPS64 has a problem booting in 64 kernel mode, even linux 2.6.30rc7 halt on boot - remove Config.default --- target/qemu-mips/device.mk | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'target/qemu-mips/device.mk') diff --git a/target/qemu-mips/device.mk b/target/qemu-mips/device.mk index 9f912f207..48e5a2352 100644 --- a/target/qemu-mips/device.mk +++ b/target/qemu-mips/device.mk @@ -1,7 +1,7 @@ ARCH:= mips -CPU_ARCH:= mipsel -KERNEL_VERSION:= 2.6.29.4 +CPU_ARCH:= mips +KERNEL_VERSION:= 2.6.29.1 KERNEL_RELEASE:= 1 KERNEL_MD5SUM:= 4ada43caecb08fe2af71b416b6f586d8 TARGET_OPTIMIZATION:= -Os -pipe -TARGET_CFLAGS_ARCH:= -march=mips32 +TARGET_CFLAGS_ARCH:= -march=mips32 -mabi=32 -- cgit v1.2.3