Commit 63685bc4 authored by David Hildenbrand's avatar David Hildenbrand Committed by Cornelia Huck
Browse files

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: default avatarDavid Hildenbrand <david@redhat.com>
Message-Id: <20180129125623.21729-16-david@redhat.com>
Signed-off-by: default avatarCornelia Huck <cohuck@redhat.com>
parent de352394
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -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)