forked from Imagelibrary/binutils-gdb
2012-05-30 Jeff Kenton <jkenton@tilera.com>
* Makefile.in (SFILES): Add linux-tile-low.c. (linux-tile-low.o, reg-tilegx.o, reg-tilegx.c): New rules. * configure.srv: Handle tilegx-*-linux*. * linux-tile-low.c: New file.
This commit is contained in:
@@ -311,6 +311,12 @@ case "${target}" in
|
||||
srv_tgtobj="${srv_tgtobj} linux-ptrace.o"
|
||||
srv_linux_regsets=yes
|
||||
;;
|
||||
tilegx-*-linux*) srv_regobj=reg-tilegx.o
|
||||
srv_tgtobj="linux-low.o linux-tile-low.o linux-osdata.o linux-procfs.o"
|
||||
srv_tgtobj="${srv_tgtobj} linux-ptrace.o"
|
||||
srv_linux_regsets=yes
|
||||
srv_linux_thread_db=yes
|
||||
;;
|
||||
*) echo "Error: target not supported by gdbserver."
|
||||
exit 1
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user