blob: 9acd2737ab4bb01a178738f7f7fc0e8a7fc9af8f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
# XFAIL the run for m64 Darwin NeXT (seems to be a system runtime lib problem).
if { [istarget *-*-darwin*] && [check_effective_target_lp64] } {
set torture_eval_before_execute {
global compiler_conditional_xfail_data
set compiler_conditional_xfail_data {
"Target fails for fnext-runtime" "*-*-*" { "-fnext-runtime" } { "" }
}
}
}
# carry on...
return false
|