Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / powerpc-sim.exp
blobe52d0b522193bb7c5a5a96e1f17e7fce188943e8
1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {powerpc-eabi}
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 "sim"
8 # basic-sim.exp is a basic description for the standard Cygnus simulator.
9 load_base_board_description "basic-sim"
11 # The name of the simulator is "ppc".
12 setup_sim ppc
14 # No multilib flags needed by default.
15 process_multilib_options ""
17 # The compiler used to build for this board. This has *nothing* to do
18 # with what compiler is tested if we're testing gcc.
19 set_board_info compiler  "[find_gcc]"
21 set_board_info cflags  "[libgloss_include_flags] [newlib_include_flags]"
22 set_board_info ldflags  "-msim [libgloss_link_flags] [newlib_link_flags]"
24 # No support for signals on this target.
25 set_board_info gdb,nosignals 1;
27 # Can't call functions from GDB.
28 # set_board_info gdb,cannot_call_functions 1