* config/ddb.exp (${board}_init): Fix thinko: use Tcl incr command
[dejagnu.git] / baseboards / arc-sim.exp
blob62260b35a6844cda9b2ee4225052ac1c4a723f7a
1 # There is currently no ARC simulator. This exists so gcc compile.exp testing
2 # works.
4 # This is a list of toolchains that are supported on this board.
5 set_board_info target_install {arc-elf}
7 # Load the generic configuration for this board. This will define a basic set
8 # of routines needed by the tool to communicate with the board.
9 load_generic_config "sim"
11 # basic-sim.exp is a basic description for the standard Cygnus simulator.
12 load_base_board_description "basic-sim"
14 # "arc" is the name of the sim subdir.
15 setup_sim arc
17 # No multilib options needed by default.
18 process_multilib_options ""
20 # We only support newlib on this target. We assume that all multilib
21 # options have been specified before we get here.
23 set_board_info compiler "[find_gcc]"
24 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
25 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
26 # No linker script needed.
27 set_board_info ldscript ""
29 # The simulator doesn't return exit statuses and we need to indicate this;
30 # the standard GCC wrapper will work with this target.
31 set_board_info needs_status_wrapper 1
32 # Doesn't pass arguments or signals, can't return results, and doesn't
33 # do inferiorio.
34 set_board_info noargs 1
35 set_board_info gdb,nosignals 1
36 set_board_info gdb,noresults 1
37 set_board_info gdb,noinferiorio 1