소스 검색

qemu: add correct cpu type for mips32r6 testing

Waldemar Brodkorb 9 년 전
부모
커밋
12918b3ce8
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      target/mips/Makefile

+ 4 - 0
target/mips/Makefile

@@ -16,6 +16,10 @@ QEMU_ARGS:=-M malta
 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
+endif
+
 # target helper text
 ifeq ($(ADK_TARGET_FS),archive)
 targethelp: