* config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
[dejagnu.git] / baseboards / i386-sid.exp
blobca0a967b9ff65a58173c10110494dbba4bdd9c60
1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {i386-elf}
4 # Load a baseboard description for SID simulators.
5 load_base_board_description "basic-sid"
7 set_board_info sim [find_rawsid]
8 set_board_info sim,protocol "sid"
9 set_board_info ldflags "-nostdlib [libgloss_link_flags] [newlib_link_flags]"
10 set_board_info ldscript "-Tcygmon.ld"
11 set_board_info gdb,start_symbol "__start"
13 if { ${tool} == "gdb" } {
14 set_board_info sim,options "-f [find_sid_conf i386-gdb]"
15 } else {
16 set_board_info sim,options "-f [find_sid_conf i386-gloss]"
19 # Used by a few gcc.c-torture testcases to delimit how large the
20 # stack can be.
21 set_board_info gcc,stack_size 16384
23 # Load the generic configuration for this board. This will define a basic set
24 # of routines needed by the tool to communicate with the board.
25 load_generic_config "sid"