1 # Load the generic configuration for this board. This will define a basic
2 # set of routines used to communicate with the board.
3 load_generic_config "arm-ice"
5 # No multilib flags needed by default.
6 process_multilib_options ""
8 if { [board_info $board obj_format] == "pe" } {
9 set additional_options "-Wl,-oformat,pe-arm-little,--image-base,0"
11 set additional_options ""
14 # basic-sim.exp is a basic description for the standard Cygnus simulator.
15 # The compiler used to build for this board. This has *nothing* to do
16 # with what compiler is tested if we're testing gcc.
17 set_board_info compiler "[find_gcc]"
18 # The basic set of flags needed to build "hello world" for this
19 # board. This board uses libgloss and newlib.
20 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
21 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags] $additional_options"
22 # This board doesn't use a linker script.
23 set_board_info ldscript "";
25 # Used by a few gcc.c-torture testcases to delimit how large the stack can
27 set_board_info gcc,stack_size 16384
29 # We use "target rdi" to talk to the board.
30 set_board_info gdb_protocol "rdi"
32 # No support for signals.
33 set_board_info gdb,nosignals 1
35 # Make this variable go away, we don't need it.
36 unset additional_options;
38 # Can't call functions from GDB.
39 set_board_info gdb,cannot_call_functions 1
42 set_board_info gdb,noinferiorio 1
45 set_board_info gdb,nosignals 1
47 # Exit statuses are invalid.
48 set_board_info exit_statuses_bad 1