From patchwork Sun May 10 22:46:16 2015 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Chen Gang X-Patchwork-Id: 470566 Return-Path: X-Original-To: incoming@patchwork.ozlabs.org Delivered-To: patchwork-incoming@bilbo.ozlabs.org Received: from lists.gnu.org (lists.gnu.org [IPv6:2001:4830:134:3::11]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by ozlabs.org (Postfix) with ESMTPS id BAD5B14018C for ; Mon, 11 May 2015 08:46:27 +1000 (AEST) Received: from localhost ([::1]:34748 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrZzN-0005TW-Ts for incoming@patchwork.ozlabs.org; Sun, 10 May 2015 18:46:25 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:42058) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrZyt-0004s8-22 for qemu-devel@nongnu.org; Sun, 10 May 2015 18:45:55 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YrZyo-0004oM-2D for qemu-devel@nongnu.org; Sun, 10 May 2015 18:45:54 -0400 Received: from blu004-omc1s18.hotmail.com ([65.55.116.29]:52011) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YrZyn-0004o6-Qp for qemu-devel@nongnu.org; Sun, 10 May 2015 18:45:49 -0400 Received: from BLU436-SMTP206 ([65.55.116.8]) by BLU004-OMC1S18.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Sun, 10 May 2015 15:45:49 -0700 X-TMN: [/jofYAMiFqZJmLHPof6PX3rnPb/FLQkZ] X-Originating-Email: [xili_gchen_5257@hotmail.com] Message-ID: Date: Mon, 11 May 2015 06:46:16 +0800 From: Chen Gang User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Peter Maydell , =?UTF-8?B?QW5kcmVhcyBGw6RyYg==?= =?UTF-8?B?ZXI=?= , "rth@twiddle.net" , Chris Metcalf References: In-Reply-To: X-OriginalArrivalTime: 10 May 2015 22:45:48.0080 (UTC) FILETIME=[0EDFEB00:01D08B73] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 65.55.116.29 Cc: "walt@tilera.com" , Riku Voipio , qemu-devel Subject: [Qemu-devel] [PATCH 10/10 v10] target-tilegx: Add TILE-Gx building files 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 Add related configuration, make files for tilegx. Now, qemu tilegx can pass building. Signed-off-by: Chen Gang --- configure | 2 ++ default-configs/tilegx-linux-user.mak | 1 + target-tilegx/Makefile.objs | 1 + 3 files changed, 4 insertions(+) create mode 100644 default-configs/tilegx-linux-user.mak create mode 100644 target-tilegx/Makefile.objs diff --git a/configure b/configure index b18aa9e..0a32741 100755 --- a/configure +++ b/configure @@ -5243,6 +5243,8 @@ case "$target_name" in s390x) gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml" ;; + tilegx) + ;; tricore) ;; unicore32) diff --git a/default-configs/tilegx-linux-user.mak b/default-configs/tilegx-linux-user.mak new file mode 100644 index 0000000..3e47493 --- /dev/null +++ b/default-configs/tilegx-linux-user.mak @@ -0,0 +1 @@ +# Default configuration for tilegx-linux-user diff --git a/target-tilegx/Makefile.objs b/target-tilegx/Makefile.objs new file mode 100644 index 0000000..8b3dc76 --- /dev/null +++ b/target-tilegx/Makefile.objs @@ -0,0 +1 @@ +obj-y += cpu.o translate.o helper.o