blob: 587f98fb5cfe2d6722608872b365d9e350c6db6f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# This is a list of toolchains that are supported on this board.
set_board_info target_install {arm-elf thumb-elf}
set_board_info sim "arm-elf-sid"
# SID does not emulate the FPU
process_multilib_options "-msoft-float"
set_board_info sim,defaultendian "-EL"
# Load the generic configuration for this board. This will define a basic set
# of routines needed by the tool to communicate with the board.
load_generic_config "sid"
|