From patchwork Thu Dec 29 15:55:40 2011 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Patchwork-Submitter: =?utf-8?q?Andreas_F=C3=A4rber?= X-Patchwork-Id: 133569 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 438B8B6F74 for ; Fri, 30 Dec 2011 03:17:51 +1100 (EST) Received: from localhost ([::1]:39457 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgINV-0003M2-J4 for incoming@patchwork.ozlabs.org; Thu, 29 Dec 2011 10:58:49 -0500 Received: from eggs.gnu.org ([140.186.70.92]:45536) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgIMZ-0000Sc-Ka for qemu-devel@nongnu.org; Thu, 29 Dec 2011 10:57:54 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1RgIMW-0003du-OG for qemu-devel@nongnu.org; Thu, 29 Dec 2011 10:57:51 -0500 Received: from cantor2.suse.de ([195.135.220.15]:59551 helo=mx2.suse.de) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1RgIMW-0003dE-Hq for qemu-devel@nongnu.org; Thu, 29 Dec 2011 10:57:48 -0500 Received: from relay2.suse.de (charybdis-ext.suse.de [195.135.221.2]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx2.suse.de (Postfix) with ESMTP id 0F62A8B2F9; Thu, 29 Dec 2011 16:57:47 +0100 (CET) From: =?UTF-8?q?Andreas=20F=C3=A4rber?= To: qemu-devel@nongnu.org Date: Thu, 29 Dec 2011 16:55:40 +0100 Message-Id: <1325174149-8077-3-git-send-email-afaerber@suse.de> X-Mailer: git-send-email 1.7.7 In-Reply-To: <1325174149-8077-1-git-send-email-afaerber@suse.de> References: <1325174149-8077-1-git-send-email-afaerber@suse.de> MIME-Version: 1.0 X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.4-2.6 X-Received-From: 195.135.220.15 Cc: Riku Voipio , Khansa Butt , =?UTF-8?q?Andreas=20F=C3=A4rber?= Subject: [Qemu-devel] [PATCH 02/11] linux-user: Add default configs for mips64[el] 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 Prepares for mips64[el]-linux-user targets. Signed-off-by: Khansa Butt Signed-off-by: Andreas Färber --- default-configs/mips64-linux-user.mak | 1 + default-configs/mips64el-linux-user.mak | 1 + 2 files changed, 2 insertions(+), 0 deletions(-) create mode 100644 default-configs/mips64-linux-user.mak create mode 100644 default-configs/mips64el-linux-user.mak diff --git a/default-configs/mips64-linux-user.mak b/default-configs/mips64-linux-user.mak new file mode 100644 index 0000000..1598bfc --- /dev/null +++ b/default-configs/mips64-linux-user.mak @@ -0,0 +1 @@ +# Default configuration for mips64-linux-user diff --git a/default-configs/mips64el-linux-user.mak b/default-configs/mips64el-linux-user.mak new file mode 100644 index 0000000..629f084 --- /dev/null +++ b/default-configs/mips64el-linux-user.mak @@ -0,0 +1 @@ +# Default configuration for mips64el-linux-user