* boards/fission.exp: Explicitly mark "board" as not remote.
authorDoug Evans <dje@google.com>
Mon, 10 Sep 2012 17:48:11 +0000 (17:48 +0000)
committerDoug Evans <dje@google.com>
Mon, 10 Sep 2012 17:48:11 +0000 (17:48 +0000)
gdb/testsuite/ChangeLog
gdb/testsuite/boards/fission.exp

index cdf4ad1..b33b6fa 100644 (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
index f51243b..a003b8d 100644 (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