Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / powerpc-bug.exp
blob2428f727ea1788afb04814dabd9cf44727016103
1 load_generic_config "powerpc-bug";
3 # This is a list of toolchains that are supported on this board.
4 set_board_info target_install {powerpc-eabi};
6 # We need mvme by default.
7 process_multilib_options "mvme";
9 # The compiler used to build for this board. This has *nothing* to do
10 # with what compiler is tested if we're testing gcc.
11 set_board_info compiler "[find_gcc]"
13 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
14 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
16 # No linker script needed for this board.
17 set_board_info ldscript "";
19 # Can't pass arguments to programs on this target..
20 set_board_info noargs 1
21 # And there's no support for signals.
22 set_board_info gdb,nosignals 1
24 # GDB doesn't return exit statuses and we need to indicate this;
25 # the standard GCC wrapper will work with this target.
26 set_board_info needs_status_wrapper 1
28 # The GDB protocol for this board is...
29 set_board_info gdb_protocol "ppcbug"