1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {d10v-elf}
4 # Load the generic configuration for this board. This will define any
5 # routines needed 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 # The name of the simulator directory is "d10v".
14 # No multilib options needed by default.
15 process_multilib_options "";
17 # The compiler used to build for this board. This has *nothing* to do
18 # with what compiler is tested if we're testing gcc.
19 set_board_info compiler "[find_gcc]"
21 # We only support newlib on this target. We assume that all multilib
22 # options have been specified before we get here.
23 set_board_info cflags "[newlib_include_flags]"
24 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
25 # No linker script needed.
26 set_board_info ldscript "";
28 # Can't pass arguments to programs on this target..
29 set_board_info noargs 1
30 # And there's no support for signals.
31 set_board_info gdb,nosignals 1
33 # Used by a few gcc.c-torture testcases to delimit how large the stack can
35 set_board_info gcc,stack_size 5000
37 # Used by a few gcc.c-torture testcases when trampolines are used.
38 set_board_info gcc,no_trampolines 1
40 # Used by a few gcc.c-torture testcases when labels as values are used.
41 set_board_info gcc,no_label_values 1
43 # Torture test gcc.c-torture/execute/920501-6.c takes > 5 minutes on a
44 # 90 Mhz Pentium, so up the time limit.
45 set board_info($board,sim_time_limit) 600
47 # sizeof int != sizeof long.
48 set_board_info gdb,short_int 1