From 63685bc489f68530d50f381a241d8fef5924f41c Mon Sep 17 00:00:00 2001 From: David Hildenbrand Date: Mon, 29 Jan 2018 13:56:20 +0100 Subject: 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 Message-Id: <20180129125623.21729-16-david@redhat.com> Signed-off-by: Cornelia Huck --- configure | 1 + 1 file changed, 1 insertion(+) (limited to 'configure') diff --git a/configure b/configure index 1be413a..2cf3835 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) -- cgit v1.1