1 # And we use the jmr3904 linker script.
2 set_board_info ldscript "-Tjmr3904app.ld"
4 # Pass --board=jmr3904 to the standalone simulator
5 set_board_info sim,options "--board=jmr3904"
6 set_board_info gdb,target_sim_options "--board=jmr3904"
8 # Pass -G 0 when testing libjava
9 set_board_info libjava,options "-G 0"
11 set_board_info gcc,stack_size "8192"
13 # Otherwise we're the same as the standard MIPS simulator.
14 load_base_board_description "mips-sim";