URL
https://opencores.org/ocsvn/or1k_old/or1k_old/trunk
Subversion Repositories or1k_old
[/] [or1k_old/] [trunk/] [insight/] [sim/] [testsuite/] [config/] [default.exp] - Rev 1782
Compare with Previous | Blame | View Log
# Simulator default dejagnu configuration file.load_lib sim-defs.expglobal ASif ![info exists AS] {set AS [findfile $base_dir/../../gas/as-new $base_dir/../../gas/as-new \[transform as]]}global ASFLAGSif ![info exists ASFLAGS] {set ASFLAGS ""}# Compilation is achieved with sim_compile ... so we don't check $CC here.global CFLAGSif ![info exists CFLAGS] {set CFLAGS ""}global LDif ![info exists LD] {set LD [findfile $base_dir/../../ld/ld-new $base_dir/../../ld/ld-new \[transform ld]]}global LDFLAGSif ![info exists LDFLAGS] {set LDFLAGS ""}# The path to the simulator is obtained with [board_info host sim],# so we don't check $SIM here.global SIMFLAGSif ![info exists SIMFLAGS] {set SIMFLAGS ""}sim_init
