toolchain: select sensible floating point mode by default
authorPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 Nov 2009 13:53:04 +0000 (14:53 +0100)
committerPeter Korsgaard <jacmet@sunsite.dk>
Mon, 9 Nov 2009 13:53:04 +0000 (14:53 +0100)
commit13e753b414b4530a610873d44927b320223dc6ba
tree922f92e9d666a4e27364b7d527b99a226716d5f4
parent5e5f3209f0edcb5ec1e6a1b031331e1828d54eed
toolchain: select sensible floating point mode by default

Introduce BR2_PREFER_SOFT_FLOAT and enable it for arm, avr32 and mips,
and use it to enable soft float support by default for those archs.

This way people automatically get the correct floating point mode when
running make menuconfig for the first time (E.G. without a .config) and
changing the arch from i386 to arm/avr32/mips.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
toolchain/Config.in.2