Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / mips-idt.exp
blob17c6ca86a91a6839091b77c0fd4fe3566cfeb529
1 # Load the generic configuration for this board. This will define any
2 # routines needed by the tool to communicate with the board.
3 load_generic_config "mips-idt";
5 # The compiler used to build for this board. This has *nothing* to do
6 # with what compiler is tested if we're testing gcc.
7 set_board_info compiler "[find_gcc]";
9 # We don't use any multilib options by default.
10 process_multilib_options ""
12 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]";
13 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]";
15 # Use idt.
16 if { [board_info $board obj_format] == "ecoff" } {
17     set_board_info ldscript "-Wl,-Tidtecoff.ld";
18 } else {
19     set_board_info ldscript "-Wl,-Tidt.ld";
22 # The idt interface can't return exit statuses, so gcc (ctorture et
23 # al) needs to do what it can to get them.  
24 set_board_info needs_status_wrapper 1;
26 # GDB needs to use "target mips" to talk to the board.
27 set_board_info gdb_protocol "mips";
29 # And, it can't do arguments, and doesn't have real signals.
30 set_board_info noargs 1
31 set_board_info gdb,nosignals 1