From mboxrd@z Thu Jan 1 00:00:00 1970 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) Sender: Paolo Bonzini From: Paolo Bonzini Date: Tue, 12 Oct 2010 15:00:57 +0200 Message-Id: <1286888457-5033-40-git-send-email-pbonzini@redhat.com> In-Reply-To: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> References: <1286888457-5033-1-git-send-email-pbonzini@redhat.com> Subject: [Qemu-devel] [PATCH 39/39] use host triplets for feature detection List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@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 <