mirror of https://gitee.com/Nocallback/dejagnu.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
358 B
12 lines
358 B
# DDB linker script.
|
|
if { [board_info $board obj_format] == "ecoff" } {
|
|
set_board_info ldscript "-Wl,-Tddbecoff.ld"
|
|
} else {
|
|
set_board_info ldscript "-Wl,-Tddb.ld"
|
|
}
|
|
|
|
# And the simulator doesn't reliably return exit statuses.
|
|
set_board_info needs_status_wrapper 1
|
|
|
|
# Otherwise, we're a standard MIPS config.
|
|
load_base_board_description "mips64-sim";
|
|
|