summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorAleksandar Markovic2018-10-24 17:41:49 +0200
committerAleksandar Markovic2018-10-25 22:13:33 +0200
commit89a955e8df3dba6f96859cd0339356243b6c996f (patch)
tree00dd0495c00366cddf7978c606f1d4e061a79136 /configure
parenttarget/mips: Implement emulation of nanoMIPS EVA instructions (diff)
downloadqemu-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-xconfigure3
1 files changed, 3 insertions, 0 deletions
diff --git a/configure b/configure
index 1ee09bd112..1c473ce95b 100755
--- a/configure
+++ b/configure
@@ -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"