921e5a0eb4
From-SVN: r14840
14 lines
360 B
Plaintext
14 lines
360 B
Plaintext
# This doesn't work on h8300s
|
|
# It also doesn't work on d10v if doubles are not 64 bits
|
|
|
|
if { [istarget "h8300*-*-*"] || [istarget "mn10200*-*-*"] } {
|
|
set torture_execute_xfail "h8300*-*-*"
|
|
set torture_execute_xfail "mn10200*-*-*"
|
|
}
|
|
|
|
if { [istarget "d10v-*-*"] && ! [string-match "*-mdouble64*" $CFLAGS] } {
|
|
set torture_execute_xfail "d10v-*-*"
|
|
}
|
|
|
|
return 0
|