From 6e6f397916cfc3f214cbd0e184ec1f41a0de8289 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Thu, 5 Jan 2017 08:05:01 +0100 Subject: mips: cleanup and fix mips{32,64}r6 support uClibc-ng shared library support will be fixed in next release of uClibc-ng. Preparation fixes for this. --- target/mips/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'target/mips') diff --git a/target/mips/Makefile b/target/mips/Makefile index 48d7e56ac..cc39db1bd 100644 --- a/target/mips/Makefile +++ b/target/mips/Makefile @@ -17,7 +17,7 @@ QEMU_ARGS+=${ADK_QEMU_ARGS} QEMU_ARGS+=-device e1000,netdev=adk0 -netdev user,id=adk0 ifeq ($(ADK_TARGET_CPU_MIPS_MIPS32R6),y) -QEMU_ARGS+=-cpu mips32r6-generic +QEMU_ARGS+=-cpu P5600 endif # target helper text -- cgit v1.2.3