* config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
[dejagnu.git] / baseboards / frv-sim.exp
blob5d800d33e93f005a0c242f7df2ef330f793e2a06
1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {frv-elf}
4 # Load the generic configuration for this board. This will define a basic set
5 # of routines needed by the tool to communicate with the board.
6 load_generic_config "sim"
8 # basic-sim.exp is a basic description for the standard Cygnus simulator.
9 load_base_board_description "basic-sim"
11 # "frv" is the name of the sim subdir in devo/sim.
12 setup_sim frv
14 # No multilib options needed by default.
15 process_multilib_options ""
17 # We only support newlib on this target. We assume that all multilib
18 # options have been specified before we get here.
20 set_board_info compiler "[find_gcc]"
21 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
22 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
23 # No linker script needed.
24 set_board_info ldscript ""
26 # Doesn't pass arguments or signals, can't return results, and doesn't
27 # do inferiorio.
28 set_board_info noargs 1
29 set_board_info gdb,nosignals 1
30 set_board_info gdb,noresults 1
32 # More time is needed
33 set_board_info gcc,timeout 800
34 set_board_info gdb,timeout 60
36 # Used by a few gcc.c-torture testcases to delimit how large the stack can
37 # be.
38 set_board_info gcc,stack_size 5000