Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / vr5000-ddb.exp
blob8cf4b0f88560f6ae478b425fcc12df5c0b7bec75
1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {mips64vr5000-elf mips64-elf}
4 # Load the generic configuration for this board. This will define a basic
5 # set of routines needed by the tool to communicate with the board.
6 load_generic_config "vr5000";
8 # It's a big-endian board.
9 process_multilib_options "big-endian"
11 # We only support newlib on this target. We assume that all multilib
12 # options have been specified before we get here.
13 set_board_info compiler "[find_gcc]"
14 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
15 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
16 # DDB linker script.
17 set_board_info ldscript "-Wl,-Tddb.ld";
19 # GDB doesn't return exit statuses and we need to indicate this;
20 # the standard GCC wrapper will work with this target.
21 set_board_info needs_status_wrapper 1;
23 # The GDB protocol used with this board.
24 set_board_info gdb_protocol "ddb";
26 # This is needed for compiling nullstone.
27 set_board_info nullstone,lib "mips-clock.c"
28 set_board_info nullstone,ticks_per_sec 3782018
30 # Sometimes the board gets into a state where it always generates SIGFPE.
31 set_board_info unreliable 1
33 # Can't pass arguments to the program.
34 set_board_info noargs 1
36 # No support for signals.
37 set_board_info gdb,nosignals 1
39 # We need to clear the floating-point status register before running.
40 set_board_info gdb_init_command "print/x \$fsr = 0x0"