URL
https://opencores.org/ocsvn/or1k/or1k/trunk
Subversion Repositories or1k
[/] [or1k/] [trunk/] [insight/] [dejagnu/] [baseboards/] [arm-sid.exp] - Rev 1767
Go to most recent revision | Compare with Previous | Blame | View Log
# 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"
Go to most recent revision | Compare with Previous | Blame | View Log