From patchwork Tue Oct 12 13:00:57 2010 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Paolo Bonzini X-Patchwork-Id: 67591 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [199.232.76.165]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 1C700B70CD for ; Wed, 13 Oct 2010 01:05:49 +1100 (EST) Received: from localhost ([127.0.0.1]:45710 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5fSN-0002q0-4y for incoming@patchwork.ozlabs.org; Tue, 12 Oct 2010 10:03:55 -0400 Received: from [140.186.70.92] (port=41797 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1P5eV1-0007oB-QQ for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:46 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1P5eUk-00055c-Of for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:29 -0400 Received: from mail-qy0-f180.google.com ([209.85.216.180]:60844) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1P5eUk-0004WW-M6 for qemu-devel@nongnu.org; Tue, 12 Oct 2010 09:02:18 -0400 Received: by mail-qy0-f180.google.com with SMTP id 1so4942468qyk.4 for ; Tue, 12 Oct 2010 06:02:18 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:sender:from:to:subject:date :message-id:x-mailer:in-reply-to:references; bh=FmH/WGqDKAaEVbTgzrzC2BgwUiS/I1Sm0MxGMw4dHEU=; b=LrVZCQuzRaU4yq+TtVAeAmGWjEKj+ErV3TA9hwr3kvzmvsN4eLkhA4LiUv77rDE4PC H23sTEW3SPlJNlFKNhYgMCQEaTjLofEqUlq36oVuBFfeDcOe2cuBdVckfV9FBNjGdRAf 3s7PBk8abhEQm8rLcvdFowJfoPjvE14B4ty3Y= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=sender:from:to:subject:date:message-id:x-mailer:in-reply-to :references; b=LoJl1zYClpNVvTL/Mss1xi4ljucxzptJntHHUxIrOc57itASUJMK9Xd+TdqhDCRqCo C9ItqwNdTm/duxiKaB2r+bjZapUIbZG25FLVlX7ABoRKaaydXaC6rLJzuVgG/yNOHp2l Xto9wCzM3SLjNSA3zjmWGAsY2MpBObECp+6DM= Received: by 10.224.128.70 with SMTP id j6mr5645474qas.214.1286888538048; Tue, 12 Oct 2010 06:02:18 -0700 (PDT) Received: from localhost.localdomain (nat-pool-brq-t.redhat.com [209.132.186.34]) by mx.google.com with ESMTPS id s34sm5931078qcp.20.2010.10.12.06.02.16 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 12 Oct 2010 06:02:17 -0700 (PDT) From: Paolo Bonzini To: qemu-devel@nongnu.org Date: Tue, 12 Oct 2010 15:00:57 +0200 Message-Id: <1286888457-5033-40-git-send-email-pbonzini@redhat.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> References: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: [Qemu-devel] [PATCH 39/39] use host triplets for feature detection X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Signed-off-by: Paolo Bonzini --- configure | 64 ++++++++++++++++++++----------------------------------------- 1 files changed, 21 insertions(+), 43 deletions(-) diff --git a/configure b/configure index 0340cfe..69b3406 100755 --- a/configure +++ b/configure @@ -290,49 +290,25 @@ case "$cpu" in ;; esac -check_define() { -cat > $TMPC <