From nobody Wed Nov 5 10:13:08 2025 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) client-ip=208.118.235.17; envelope-from=qemu-devel-bounces+importer=patchew.org@nongnu.org; helo=lists.gnu.org; Authentication-Results: mx.zohomail.com; spf=pass (zoho.com: domain of gnu.org designates 208.118.235.17 as permitted sender) smtp.mailfrom=qemu-devel-bounces+importer=patchew.org@nongnu.org Return-Path: Received: from lists.gnu.org (lists.gnu.org [208.118.235.17]) by mx.zohomail.com with SMTPS id 1534210894483255.28567951105117; Mon, 13 Aug 2018 18:41:34 -0700 (PDT) Received: from localhost ([::1]:42051 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpOKz-0001yZ-F4 for importer@patchew.org; Mon, 13 Aug 2018 21:41:33 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:33910) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fpOHm-0006H6-QW for qemu-devel@nongnu.org; Mon, 13 Aug 2018 21:38:15 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1fpOHj-0002Gf-Og for qemu-devel@nongnu.org; Mon, 13 Aug 2018 21:38:14 -0400 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:45481) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1fpOHj-0002G6-KW for qemu-devel@nongnu.org; Mon, 13 Aug 2018 21:38:11 -0400 Received: from compute4.internal (compute4.nyi.internal [10.202.2.44]) by mailout.nyi.internal (Postfix) with ESMTP id 37E0821EAB; Mon, 13 Aug 2018 21:38:11 -0400 (EDT) Received: from mailfrontend1 ([10.202.2.162]) by compute4.internal (MEProxy); Mon, 13 Aug 2018 21:38:11 -0400 Received: from localhost (flamenco.cs.columbia.edu [128.59.20.216]) by mail.messagingengine.com (Postfix) with ESMTPA id C9742E425A; Mon, 13 Aug 2018 21:38:10 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=braap.org; h=cc :date:from:in-reply-to:message-id:references:subject:to :x-me-sender:x-me-sender:x-sasl-enc; s=mesmtp; bh=n8Y/FpYOD1HIiB 3KDnCpVjTVd6IQVtou6iimuiZ85cI=; b=SeRABXAjSZyZ8Er9qfErcKnuBn6+LC BbiIJZ4ud2vDM3isHVnRkV3HGEtvQSB0aAxzSiSe9dSw+cEEsQ/Sv1J3yGe3oODe 8iWe2xAXmm/aIws4c/70/kiTcLPSJZtijU9ctk+ApV+nl2mM6RwSg09ni/v35WLD mZlmZ554oLjak= DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:date:from:in-reply-to:message-id :references:subject:to:x-me-sender:x-me-sender:x-sasl-enc; s= fm3; bh=n8Y/FpYOD1HIiB3KDnCpVjTVd6IQVtou6iimuiZ85cI=; b=TvXWRZUY U7bhddPO4YdXNb2+PJMJ83y9/UvDRG1pyZ61cupZUU4q+EomthuzvrgwVQkrpvLS 39BnL3toRrQFQxTiRDF6iQPFiP0Y0BGA5SGXj5hU+O7BhKdPVY/GZggCUxq8Ii2+ kKz/Wi0wKliALar5NukZSe74/MO1agNsEqVp/MiudsCDdPMcdlRGtUy3frpfIV1B iqa8F9/TSKnUkv3idEbCIW+WXvx62mz5DyQIecF6vUeMx8imbZU79+twwwGqFw8I UiRR2H5jVjJr50k9t9yc8X9AmApUCB49CbWhh3GMufr7leNjw2wy28ljereTCW3I rtoB8y943yWU9Q== X-ME-Proxy: X-ME-Sender: From: "Emilio G. Cota" To: qemu-devel@nongnu.org Date: Mon, 13 Aug 2018 21:38:01 -0400 Message-Id: <20180814013801.26036-5-cota@braap.org> X-Mailer: git-send-email 2.17.1 In-Reply-To: <20180814013801.26036-1-cota@braap.org> References: <20180814013801.26036-1-cota@braap.org> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 66.111.4.25 Subject: [Qemu-devel] [PATCH 4/4] configure: enable mttcg for x86_64 X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: Eduardo Habkost , "Michael S . Tsirkin" , Peter Crosthwaite , Paolo Bonzini , =?UTF-8?q?Alex=20Benn=C3=A9e?= , Richard Henderson Errors-To: qemu-devel-bounces+importer=patchew.org@nongnu.org Sender: "Qemu-devel" X-ZohoMail: RSF_0 Z_629925259 SPT_0 Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Signed-off-by: Emilio G. Cota --- configure | 1 + 1 file changed, 1 insertion(+) diff --git a/configure b/configure index 2a7796ea80..db216bafb1 100755 --- a/configure +++ b/configure @@ -6935,6 +6935,7 @@ case "$target_name" in TARGET_BASE_ARCH=3Di386 gdb_xml_files=3D"i386-64bit.xml i386-64bit-core.xml i386-64bit-sse.xml" target_compiler=3D$cross_cc_x86_64 + mttcg=3D"yes" ;; alpha) mttcg=3D"yes" --=20 2.17.1