1 if [istarget "avr-*-*"] {
2     # AVR doubles are floats
3     return 1
4 }
5 return 0
6