diff options
author | Aleksandar Markovic | 2018-10-24 17:41:49 +0200 |
---|---|---|
committer | Aleksandar Markovic | 2018-10-25 22:13:33 +0200 |
commit | 89a955e8df3dba6f96859cd0339356243b6c996f (patch) | |
tree | 00dd0495c00366cddf7978c606f1d4e061a79136 /configure | |
parent | target/mips: Implement emulation of nanoMIPS EVA instructions (diff) | |
download | qemu-89a955e8df3dba6f96859cd0339356243b6c996f.tar.gz qemu-89a955e8df3dba6f96859cd0339356243b6c996f.tar.xz qemu-89a955e8df3dba6f96859cd0339356243b6c996f.zip |
target/mips: Add disassembler support for nanoMIPS
Add disassembler support for nanoMIPS.
Reviewed-by: Stefan Markovic <smarkovic@wavecomp.com>
Signed-off-by: Matthew Fortune <matthew.fortune@mips.com>
Signed-off-by: Aleksandar Markovic <amarkovic@wavecomp.com>
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -7264,6 +7264,9 @@ for i in $ARCH $TARGET_BASE_ARCH ; do ;; mips*) disas_config "MIPS" + if test -n "${cxx}"; then + disas_config "NANOMIPS" + fi ;; moxie*) disas_config "MOXIE" |