* configure.tgt (tilegx-*-linux*): Enable gdbserver.
This commit is contained in:
Jiong Wang 2013-02-27 14:49:15 +00:00
parent 748d24e643
commit 4fcd89fc75
2 changed files with 5 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2013-02-27 Jiong Wang <jiwang@tilera.com>
* configure.tgt (tilegx-*-linux*): Enable gdbserver.
2013-02-27 Jiong Wang <jiwang@tilera.com>
* configure.tgt (tilegx-*-linux*): Replace whitespace with tab.

View File

@ -599,6 +599,7 @@ tilegx-*-linux*)
# Target: TILE-Gx
gdb_target_obs="tilegx-tdep.o tilegx-linux-tdep.o solib-svr4.o \
symfile-mem.o glibc-tdep.o linux-tdep.o"
build_gdbserver=yes
;;
xstormy16-*-*)