From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:4830:134:3::10]:43668) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ek4wb-0002Jg-A8 for qemu-devel@nongnu.org; Fri, 09 Feb 2018 04:26:15 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ek4wV-0006Ac-Fk for qemu-devel@nongnu.org; Fri, 09 Feb 2018 04:26:09 -0500 From: Cornelia Huck Date: Fri, 9 Feb 2018 10:25:11 +0100 Message-Id: <20180209092524.31348-17-cohuck@redhat.com> In-Reply-To: <20180209092524.31348-1-cohuck@redhat.com> References: <20180209092524.31348-1-cohuck@redhat.com> Subject: [Qemu-devel] [PULL 16/29] configure: s390x supports mttcg now List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: peter.maydell@linaro.org Cc: qemu-s390x@nongnu.org, qemu-devel@nongnu.org, borntraeger@de.ibm.com, rth@twiddle.net, agraf@suse.de, david@redhat.com, thuth@redhat.com, Cornelia Huck From: David Hildenbrand 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(+) 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) -- 2.13.6