From patchwork Sat Mar 21 10:23: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: 452921 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 5A1F014010F for ; Sat, 21 Mar 2015 21:23:54 +1100 (AEDT) Received: from localhost ([::1]:47298 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZGZL-0002hP-TP for incoming@patchwork.ozlabs.org; Sat, 21 Mar 2015 06:23:51 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:51559) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZGYx-0001z4-Tz for qemu-devel@nongnu.org; Sat, 21 Mar 2015 06:23:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YZGYt-0001M1-Or for qemu-devel@nongnu.org; Sat, 21 Mar 2015 06:23:27 -0400 Received: from blu004-omc1s18.hotmail.com ([65.55.116.29]:58746) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YZGYt-0001Ld-LU for qemu-devel@nongnu.org; Sat, 21 Mar 2015 06:23:23 -0400 Received: from BLU436-SMTP2 ([65.55.116.9]) by BLU004-OMC1S18.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Sat, 21 Mar 2015 03:23:23 -0700 X-TMN: [qDHNai/YiEV2f/Ed8G9cyIi9A0jCmKTi] X-Originating-Email: [xili_gchen_5257@hotmail.com] Message-ID: Date: Sat, 21 Mar 2015 18:23:16 +0800 From: Chen Gang User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.10; rv:31.0) Gecko/20100101 Thunderbird/31.5.0 MIME-Version: 1.0 To: "rth@twiddle.net" , Peter Maydell , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= , Chris Metcalf , Riku Voipio , "walt@tilera.com" References: <550D455B.8000004@hotmail.com> In-Reply-To: <550D455B.8000004@hotmail.com> X-OriginalArrivalTime: 21 Mar 2015 10:23:22.0252 (UTC) FILETIME=[0ED67CC0:01D063C1] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 65.55.116.29 Cc: qemu-devel Subject: [Qemu-devel] [PATCH 06/12 v8] 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. Signed-off-by: Chen Gang --- configure | 3 +++ default-configs/tilegx-linux-user.mak | 1 + target-tilegx/Makefile.objs | 1 + 3 files changed, 5 insertions(+) create mode 100644 default-configs/tilegx-linux-user.mak create mode 100644 target-tilegx/Makefile.objs diff --git a/configure b/configure index 589798e..a8704ec 100755 --- a/configure +++ b/configure @@ -5215,6 +5215,9 @@ case "$target_name" in s390x) gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml" ;; + tilegx) + TARGET_ARCH=tilegx + ;; unicore32) ;; xtensa|xtensaeb) 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