1 # This is a list of toolchains that are supported on this board.
2 set_board_info target_install {sparc64-elf}
4 # Load the generic configuration for this board. This will define any
5 # routines needed by the tool to communicate with the board.
6 load_generic_config "sim"
8 # We need this for find_gcc and *_include_flags/*_link_flags.
9 load_base_board_description "basic-sim"
11 # Use long64 by default.
12 process_multilib_options "long64"
16 # We only support newlib on this target. We assume that all multilib
17 # options have been specified before we get here.
18 set_board_info compiler "[find_gcc]"
19 set_board_info cflags "[libgloss_include_flags] [newlib_include_flags]"
20 set_board_info ldflags "[libgloss_link_flags] [newlib_link_flags]"
22 set_board_info ldscript "";
24 # Used by a few gcc.c-torture testcases to delimit how large the stack can
26 set_board_info gcc,stack_size 16384
27 # The simulator doesn't return exit statuses and we need to indicate this;
28 # the standard GCC wrapper will work with this target.
29 set_board_info needs_status_wrapper 1
30 # We can't pass arguments to programs.
31 set_board_info noargs 1