Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / vr4300.exp
bloba89f943e180cab6e316f4a6651e6d4dcebdfc7a1
1 # Danger, Will Robinson!  Settings in this file do not override
2 # previous settings for the board being defined.
4 # This is a list of toolchains that are supported on this board.
5 set_board_info target_install {mips64vr4300-elf mips64-elf}
7 # Load the generic configuration for this board. This will define a basic
8 # set of routines needed by the tool to communicate with the board.
9 load_generic_config "vr4300"
11 # It's a little-endian board.
12 process_multilib_options "little-endian"
14 # We only support newlib on this target. We assume that all multilib
15 # options have been specified before we get here.
16 set_board_info compiler "[find_gcc]"
17 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
18 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
19 # IDT linker script.
20 set_board_info ldscript "-Wl,-Tidt.ld"
22 # GDB doesn't return exit statuses and we need to indicate this;
23 # the standard GCC wrapper will work with this target.
24 set_board_info needs_status_wrapper 1
26 # The GDB protocol used with this board.
27 set_board_info gdb_protocol "mips"
29 # This board is unreliable. If a test times out, the board should be
30 # rebooted and the test re-run.
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 # This command will be sent after connecting to the board.
41 set_board_info gdb_init_command "print/x \$fsr = 0x0"