From: Chen Gang <xili_gchen_5...@hotmail.com> Add related configuration and make files for tilegx. The target can now build, though not run anything.
Signed-off-by: Chen Gang <gang.chen.5...@gmail.com> Reviewed-by: Peter Maydell <peter.mayd...@linaro.org> Message-Id: <blu436-smtp1588e5a03ad5e94b07e988b9...@phx.gbl> Signed-off-by: Richard Henderson <r...@twiddle.net> --- 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 cc6ced9..20ce491 100755 --- a/configure +++ b/configure @@ -5393,6 +5393,8 @@ case "$target_name" in s390x) gdb_xml_files="s390x-core64.xml s390-acr.xml s390-fpr.xml s390-vx.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 -- 2.4.3