kumquat-buildroot/toolchain
Thomas Petazzoni 9b3e72b4fd arch: Refactor BR2_SOFT_FLOAT into per-architecture options
As we are going to introduced a more advanced support of floating
point options for the ARM architecture, we need to adjust how the
soft-float option is handled. We replace the current hidden option
BR2_PREFER_SOFT_FLOAT option and the visible BR2_SOFT_FLOAT option by:

 * A global hidden BR2_SOFT_FLOAT option, defined in arch/Config.in,
   that tells whether the architecture-specific code is using software
   emulated floating point. This hidden option can be used throughout
   Buildroot to determine whether soft float is used or not.

 * Per-architecture visible BR2_<arch>_SOFT_FLOAT options, for the
   architecture for which it makes sense, which allows users to select
   soft float emulation when needed.

This change will allow each architecture to have a different way of
presenting its floating point capabilities.

Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
2013-07-16 14:35:07 +02:00
..
toolchain-buildroot toolchain: disable C++ support on AVR32 gcc 4.2 with uClibc 2013-07-08 23:10:29 +02:00
toolchain-crosstool-ng
toolchain-external arch: introduce BR2_GCC_TARGET_{FPU, FLOAT_ABI} 2013-07-16 13:44:00 +02:00
Config.in eglibc: enable support in the Buildroot toolchain backend 2013-07-04 11:08:27 +02:00
helpers.mk toolchain/helpers: only check for an EABI toolchain 2013-07-14 22:18:13 +02:00
toolchain-buildroot.mk eglibc: enable support in the Buildroot toolchain backend 2013-07-04 11:08:27 +02:00
toolchain-common.in arch: Refactor BR2_SOFT_FLOAT into per-architecture options 2013-07-16 14:35:07 +02:00
toolchain-crosstool-ng.mk
toolchain-external.mk