Re: [avr]: Disable libquadmath
2012/9/3 Georg-Johann Lay : > This patch disables libquadmath. > > 128 bit wide floats are not really sensible on avr. > > Ok for trunk? > Ok. Please commit. Denis
[avr]: Disable libquadmath
This patch disables libquadmath. 128 bit wide floats are not really sensible on avr. Ok for trunk? Johann -- * configure.ac (noconfigdirs,target=avr): Add target-libquadmath. * configure: Regenerate. Index: configure.ac ==