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".
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