aboutsummaryrefslogtreecommitdiff
path: root/baseboards/mips-lsi-sim.exp
blob: 47cae89852083f5362021e2ac76100885936bbba (plain)
1
2
3
4
5
6
7
8
# We need mips16.
add_multilib_option "-mips16"

# And we use the lsi linker script.
set_board_info ldscript "-Wl,-Tlsi.ld"

# Otherwise we're the same as the standard MIPS simulator.
load_base_board_description "mips-sim";