Blame baseboards/msp430-sim.exp

Packit 62fe53
# This is a list of toolchains that are supported on this board.
Packit 62fe53
set_board_info target_install {msp430-elf}
Packit 62fe53
Packit 62fe53
# Load the generic configuration for this board. This will define a basic set
Packit 62fe53
# of routines needed by the tool to communicate with the board.
Packit 62fe53
load_generic_config "sim"
Packit 62fe53
Packit 62fe53
# basic-sim.exp is a basic description for the standard Cygnus simulator.
Packit 62fe53
load_base_board_description "basic-sim"
Packit 62fe53
Packit 62fe53
# "msp430" is the name of the sim subdir.
Packit 62fe53
setup_sim msp430
Packit 62fe53
Packit 62fe53
# No multilib options needed by default.
Packit 62fe53
process_multilib_options ""
Packit 62fe53
Packit 62fe53
# We only support newlib on this target. We assume that all multilib
Packit 62fe53
# options have been specified before we get here.
Packit 62fe53
Packit 62fe53
set_board_info compiler  "[find_gcc]"
Packit 62fe53
set_board_info cflags    "[libgloss_include_flags] [newlib_include_flags] -msim"
Packit 62fe53
set_board_info ldflags   "[libgloss_link_flags] [newlib_link_flags]"
Packit 62fe53
Packit 62fe53
# Doesn't pass arguments or signals, and doesn't do inferiorio.
Packit 62fe53
set_board_info noargs 1
Packit 62fe53
set_board_info gdb,nosignals 1
Packit 62fe53
set_board_info gdb,noinferiorio 1
Packit 62fe53
set_board_info gdb,no_hardware_watchpoints 1
Packit 62fe53
set_board_info gdb,skip_huge_test 1
Packit 62fe53
Packit 62fe53
# Limit the stack size to something real tiny.
Packit 62fe53
set_board_info gcc,stack_size 4096
Packit 62fe53
set_board_info gcc,no_trampolines  1
Packit 62fe53
set_board_info gcc,timeout 30