From patchwork Wed Aug 17 20:46:13 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Bryce Lanham X-Patchwork-Id: 110398 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [140.186.70.17]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (Client did not present a certificate) by ozlabs.org (Postfix) with ESMTPS id 2EFECB6F7D for ; Thu, 18 Aug 2011 08:26:15 +1000 (EST) Received: from localhost ([::1]:50142 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtn3Q-0007vu-Uw for incoming@patchwork.ozlabs.org; Wed, 17 Aug 2011 16:49:36 -0400 Received: from eggs.gnu.org ([140.186.70.92]:46840) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtn2N-0004zI-5T for qemu-devel@nongnu.org; Wed, 17 Aug 2011 16:48:32 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qtn2M-0006eg-BF for qemu-devel@nongnu.org; Wed, 17 Aug 2011 16:48:31 -0400 Received: from mail-yw0-f45.google.com ([209.85.213.45]:56101) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qtn2M-0006e8-0l for qemu-devel@nongnu.org; Wed, 17 Aug 2011 16:48:30 -0400 Received: by mail-yw0-f45.google.com with SMTP id 9so1229540ywf.4 for ; Wed, 17 Aug 2011 13:48:29 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=from:to:cc:subject:date:message-id:x-mailer:in-reply-to:references; bh=d+AH0LK4ogMOBdXzMLOWuNj0WLVBaMkqly+xYSBbmi8=; b=my9dSlSlTRSuQ/Y4SlGxxmMMh9eJvGvgQ4h+zRFFwa3tVeCxMQluVWjM22Ve9BAV8T 07PVSoLjaJxEFGx7orclyjsbKnd9Omh+epQbop0VTXn2Ad5AGYfMTs4siKC+G0HyZNtC 9Zjg5cRoop3/lMzDaM8Hv2yTNPb7E3TSdqh8Y= Received: by 10.151.131.20 with SMTP id i20mr1706528ybn.145.1313614109658; Wed, 17 Aug 2011 13:48:29 -0700 (PDT) Received: from localhost.localdomain (betelgeuse.cs.uchicago.edu [128.135.24.226]) by mx.google.com with ESMTPS id a29sm1237029yhj.59.2011.08.17.13.48.28 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 17 Aug 2011 13:48:28 -0700 (PDT) From: Bryce Lanham To: qemu-devel@nongnu.org Date: Wed, 17 Aug 2011 15:46:13 -0500 Message-Id: <1313614076-28878-9-git-send-email-blanham@gmail.com> X-Mailer: git-send-email 1.7.2.3 In-Reply-To: <1313614076-28878-1-git-send-email-blanham@gmail.com> References: <1313614076-28878-1-git-send-email-blanham@gmail.com> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 2) X-Received-From: 209.85.213.45 Cc: Laurent Vivier Subject: [Qemu-devel] [PATCH 008/111] linux-user: define default cpu model in configure instead of linux-user/main.c X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org Sender: qemu-devel-bounces+incoming=patchwork.ozlabs.org@nongnu.org From: Laurent Vivier Signed-off-by: Laurent Vivier --- configure | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/configure b/configure index 46b49e0..40b1fa9 100755 --- a/configure +++ b/configure @@ -3251,6 +3251,7 @@ case "$target_arch2" in cris) target_nptl="yes" target_phys_bits=32 + target_default_cpu="" ;; lm32) target_phys_bits=32