1 # Simulator default dejagnu configuration file.
7 set AS [findfile $base_dir/../../gas/as-new $base_dir/../../gas/as-new \
12 if ![info exists ASFLAGS] {
16 # Compilation is achieved with sim_compile ... so we don't check $CC here.
19 if ![info exists CFLAGS] {
24 if ![info exists LD] {
25 set LD [findfile $base_dir/../../ld/ld-new $base_dir/../../ld/ld-new \
30 if ![info exists LDFLAGS] {
34 # The path to the simulator is obtained with [board_info host sim],
35 # so we don't check $SIM here.
38 if ![info exists SIMFLAGS] {