Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / mn10200-sim.exp
blob01c5673e91254579f80c94aecd1be68c7b1bfa65
1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {mn10200-elf}
4 # Load the tool-specific configuration for this board, as well as the
5 # generic configuration. This will define any routines needed by the
6 # tool to communicate with the board.
7 load_generic_config "sim"
9 # basic-sim.exp is a basic description for the standard Cygnus simulator.
10 load_base_board_description "basic-sim"
12 # This is the name of the sim subdir.
13 setup_sim mn10200
15 # No multilib flags are set by default.
16 process_multilib_options ""
18 # The compiler used to build for this board. This has *nothing* to do
19 # with what compiler is tested if we're testing gcc.
20 set_board_info compiler  "[find_gcc]"
22 # We only support newlib on this target.
23 set_board_info cflags  "[newlib_include_flags] [libgloss_include_flags]"
24 set_board_info ldflags  "[libgloss_link_flags] [newlib_link_flags]"
26 # Simulator linker script.
27 set_board_info ldscript "-Tsim.ld"
29 # The simulator doesn't return exit statuses and we need to indicate this.
30 set_board_info needs_status_wrapper  1
32 # We can't pass args to the simulator or get exit status back from the
33 # simulator, nor does the simulator support real signals.
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
39 # The mn10200 doesn't support long long data types or double data types.
40 set_board_info no_long_long  1
41 set_board_info no_double  1
43 # Used by a few gcc.c-torture testcases to delimit how large the stack can
44 # be.
45 set_board_info gcc,stack_size  4096;