Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / vr4100-ddb.exp
blobe959a6626f81eee65c83150434f2f9a6a5fe1713
1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {mips64vr4100-elf mips64-elf}
4 # It's a little-endian board.
5 process_multilib_options "-EL -msoft-float"
7 set_board_info startaddr "a0020000"
8 set_board_info hex_startaddr "0xa0020000"
10 # Load the generic configuration for this board. This will define a basic
11 # set of routines needed by the tool to communicate with the board.
12 load_generic_config "vr4100"
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 # DDB linker script.
20 set_board_info ldscript "-Wl,-Tpmon.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 "ddb"
29 set_board_info reboot_delay 10
31 # This board is unreliable. If a test times out, the board should be
32 # rebooted and the test re-run.
33 set_board_info unreliable 1