* config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
[dejagnu.git] / baseboards / sh-sid.exp
blobe41bfe8315533bf30241128eef3423d3699de3d4
1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {sh-elf}
4 # Load a baseboard description for SID simulators.
5 load_base_board_description "basic-sid"
7 process_multilib_options ""
9 verbose "Using simulator [board_info $board sim]\n"
10 set_board_info sim [find_rawsid]
11 if { ${tool} == "gdb" } {
12 set_board_info sim,options "-f [find_sid_conf sh-gdb]"
13 } else {
14 set_board_info sim,options "-f [find_sid_conf sh-gloss]"
17 # Load the generic configuration for this board. This will define a basic set
18 # of routines needed by the tool to communicate with the board.
19 load_generic_config "sid"
21 # default endian: big
22 # set_board_info sim,defaultendian "-EB"
24 # Tells the test harness to use pre-generated sid configurations.
25 set_board_info sim,protocol "sid"