summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorDavid Hildenbrand <david@redhat.com>2018-01-29 13:56:20 +0100
committerCornelia Huck <cohuck@redhat.com>2018-02-09 09:37:13 +0100
commit63685bc489f68530d50f381a241d8fef5924f41c (patch)
treebd3d5e2d0b04e1f10b27ae916dbedd11cf4b351e /configure
parentde352394ff5948d27d0ffdd08286b850da0730c0 (diff)
downloadqemu-63685bc489f68530d50f381a241d8fef5924f41c.tar.gz
configure: s390x supports mttcg now
s390x is ready. Most likely we are missing some pieces, but it should already be in pretty good shape now. Signed-off-by: David Hildenbrand <david@redhat.com> Message-Id: <20180129125623.21729-16-david@redhat.com> Signed-off-by: Cornelia Huck <cohuck@redhat.com>
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 1be413a004..2cf383549c 100755
--- a/configure
+++ b/configure
@@ -6731,6 +6731,7 @@ case "$target_name" in
echo "TARGET_ABI32=y" >> $config_target_mak
;;
s390x)
+ mttcg=yes
gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml s390-vx.xml s390-cr.xml s390-virt.xml s390-gs.xml"
;;
tilegx)