blob: 4535c611eb4c4528fb6e8a971d4d1f273455e738 (
plain)
1
2
3
4
5
6
7
8
9
10
|
if {[istarget "m68k-*-*"] && [check_effective_target_coldfire_fpu]} {
# ColdFire FPUs require software handling of subnormals. We are
# not aware of any system that has this.
set torture_execute_xfail "m68k-*-*"
}
if [istarget "avr-*-*"] {
# AVR doubles are floats
return 1
}
return 0
|