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