From patchwork Mon Apr 4 14:32:23 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Alexander Graf X-Patchwork-Id: 89641 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]) by ozlabs.org (Postfix) with ESMTP id 6E90DB6FBA for ; Tue, 5 Apr 2011 00:54:17 +1000 (EST) Received: from localhost ([127.0.0.1]:48942 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6l5O-0003GO-2I for incoming@patchwork.ozlabs.org; Mon, 04 Apr 2011 10:48:58 -0400 Received: from [140.186.70.92] (port=58630 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Q6kpU-0003YY-0O for qemu-devel@nongnu.org; Mon, 04 Apr 2011 10:32:36 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Q6kpP-00037s-9x for qemu-devel@nongnu.org; Mon, 04 Apr 2011 10:32:31 -0400 Received: from cantor2.suse.de ([195.135.220.15]:37674 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Q6kpP-00037A-4E for qemu-devel@nongnu.org; Mon, 04 Apr 2011 10:32:27 -0400 Received: from relay1.suse.de (charybdis-ext.suse.de [195.135.221.2]) by mx2.suse.de (Postfix) with ESMTP id 3151F8738D; Mon, 4 Apr 2011 16:32:25 +0200 (CEST) From: Alexander Graf To: QEMU-devel Developers Date: Mon, 4 Apr 2011 16:32:23 +0200 Message-Id: <1301927544-32767-15-git-send-email-agraf@suse.de> X-Mailer: git-send-email 1.7.3.4 In-Reply-To: <1301927544-32767-1-git-send-email-agraf@suse.de> References: <1301927544-32767-1-git-send-email-agraf@suse.de> X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: peter.maydell@linaro.org, Aurelien Jarno , Richard Henderson Subject: [Qemu-devel] [PATCH 14/15] s390x: build s390x by default 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 This patch enables building of s390x-softmmu and s390x-linux-user targets by default. Signed-off-by: Alexander Graf --- configure | 2 ++ default-configs/s390x-linux-user.mak | 1 + 2 files changed, 3 insertions(+), 0 deletions(-) create mode 100644 default-configs/s390x-linux-user.mak diff --git a/configure b/configure index 1e068e6..fcff1cc 100755 --- a/configure +++ b/configure @@ -1022,6 +1022,7 @@ sh4-softmmu \ sh4eb-softmmu \ sparc-softmmu \ sparc64-softmmu \ +s390x-softmmu \ " fi # the following are Linux specific @@ -1046,6 +1047,7 @@ sh4eb-linux-user \ sparc-linux-user \ sparc64-linux-user \ sparc32plus-linux-user \ +s390x-linux-user \ " fi # the following are Darwin specific diff --git a/default-configs/s390x-linux-user.mak b/default-configs/s390x-linux-user.mak new file mode 100644 index 0000000..a243c99 --- /dev/null +++ b/default-configs/s390x-linux-user.mak @@ -0,0 +1 @@ +# Default configuration for s390x-linux-user