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