OSDN Git Service

target-tilegx: Add TILE-Gx building files
authorChen Gang <xili_gchen_5257@hotmail.com>
Thu, 20 Aug 2015 21:43:37 +0000 (05:43 +0800)
committerRichard Henderson <rth@twiddle.net>
Tue, 15 Sep 2015 14:45:32 +0000 (07:45 -0700)
Add related configuration and make files for tilegx.
The target can now build, though not run anything.

Signed-off-by: Chen Gang <gang.chen.5i5j@gmail.com>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Message-Id: <BLU436-SMTP1588E5A03AD5E94B07E988B9660@phx.gbl>
Signed-off-by: Richard Henderson <rth@twiddle.net>
configure
default-configs/tilegx-linux-user.mak [new file with mode: 0644]
target-tilegx/Makefile.objs [new file with mode: 0644]

index d7c24cd..2225c39 100755 (executable)
--- a/configure
+++ b/configure
@@ -5450,6 +5450,8 @@ case "$target_name" in
   s390x)
     gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml s390-vx.xml s390-cr.xml"
   ;;
+  tilegx)
+  ;;
   tricore)
   ;;
   unicore32)
diff --git a/default-configs/tilegx-linux-user.mak b/default-configs/tilegx-linux-user.mak
new file mode 100644 (file)
index 0000000..3e47493
--- /dev/null
@@ -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 (file)
index 0000000..8b3dc76
--- /dev/null
@@ -0,0 +1 @@
+obj-y += cpu.o translate.o helper.o