mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-26 03:24:41 +08:00
* boards/fission.exp: Explicitly mark "board" as not remote.
This commit is contained in:
parent
5b4f6e25c3
commit
09be558e10
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user