From patchwork Fri Mar 27 11:00: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: 455387 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 8BB5C14007F for ; Fri, 27 Mar 2015 22:01:07 +1100 (AEDT) Received: from localhost ([::1]:49487 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbS0f-0008VH-2P for incoming@patchwork.ozlabs.org; Fri, 27 Mar 2015 07:01:05 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:46912) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbS0D-00088R-01 for qemu-devel@nongnu.org; Fri, 27 Mar 2015 07:00:38 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YbS08-0000VZ-1n for qemu-devel@nongnu.org; Fri, 27 Mar 2015 07:00:36 -0400 Received: from blu004-omc1s4.hotmail.com ([65.55.116.15]:50450) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YbRzx-0000S3-Qc for qemu-devel@nongnu.org; Fri, 27 Mar 2015 07:00:31 -0400 Received: from BLU436-SMTP21 ([65.55.116.9]) by BLU004-OMC1S4.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.22751); Fri, 27 Mar 2015 04:00:21 -0700 X-TMN: [VnS/hrXbKN27ZWJaKH8DwT36kOvEr2SR] X-Originating-Email: [xili_gchen_5257@hotmail.com] Message-ID: Date: Fri, 27 Mar 2015 19:00: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" , Chris Metcalf , Peter Maydell , =?UTF-8?B?QW5kcmVhcyBGw6RyYmVy?= References: <55153546.5060906@hotmail.com> In-Reply-To: <55153546.5060906@hotmail.com> X-OriginalArrivalTime: 27 Mar 2015 11:00:19.0947 (UTC) FILETIME=[372A63B0:01D0687D] X-detected-operating-system: by eggs.gnu.org: Windows 7 or 8 [fuzzy] X-Received-From: 65.55.116.15 Cc: "walt@tilera.com" , Riku Voipio , qemu-devel Subject: [Qemu-devel] [PATCH 10/12 v9] 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 | 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