Regenerated html docs. Tweaked how Makefile.am builds tarballs.
[dejagnu.git] / baseboards / jmr3904-sim.exp
blob244e2b5d68826452d9abd35a4e8d7696e01e80a8
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";