* boards/fission.exp: Explicitly mark "board" as not remote.

This commit is contained in:
Doug Evans 2012-09-10 17:48:11 +00:00
parent 5b4f6e25c3
commit 09be558e10
2 changed files with 9 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2012-09-10 Doug Evans <dje@google.com>
* boards/fission.exp: Explicitly mark "board" as not remote.
2012-09-10 Keith Seitz <keiths@redhat.com>
PR gdb/13483

View File

@ -28,3 +28,8 @@ set_board_info compiler "[find_gcc]"
# This requires a relatively recent version of gcc (>4.7) and gold
# for the linker.
set_board_info debug_flags "-gdwarf-4 -gsplit-dwarf -Wl,--gdb-index"
# This is needed otherwise dejagnu tries to rsh to host "fission". Blech.
# Double blech: set_board_info only sets the value if not already set.
unset_board_info isremote
set_board_info isremote 0