diff options
author | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-22 19:09:00 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@uclibc-ng.org> | 2016-07-22 19:09:00 +0200 |
commit | 12918b3ce8d6fba64f57b7c0e9a08b56de2c955e (patch) | |
tree | ad5a40bcf0b4edc93d43ea69f958ff8e94efb791 /target/mips | |
parent | 883667a0822b385762cdec5035cc070150f6ebb6 (diff) |
qemu: add correct cpu type for mips32r6 testing
Diffstat (limited to 'target/mips')
-rw-r--r-- | target/mips/Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/mips/Makefile b/target/mips/Makefile index 72d814554..48d7e56ac 100644 --- a/target/mips/Makefile +++ b/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: |