diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-03-05 23:23:38 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2014-04-14 23:08:22 +0200 |
commit | 6283788656a49a2b6d10e2a890be576a23ea8c1a (patch) | |
tree | b74e01e471b822fdc5e6694cb32b1038fcbee1d5 /toolchain/toolchain-external | |
parent | d2c54e603c70246b2daadd7c1a151aceb9494ee4 (diff) |
toolchain-external: remove useless info in help text of Linaro ARM toolchains
The information "To use this toolchain, you must disable soft float
usage." which was visible in the help text of Linaro toolchains is no
longer useful, since those toolchains are only visible when the ARM
EABIhf ABI is selected, which by design is not compatible with
soft-float.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Acked-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Diffstat (limited to 'toolchain/toolchain-external')
-rw-r--r-- | toolchain/toolchain-external/Config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 2425d6361..a36b63824 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -28,8 +28,6 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_02 with the hard floating point calling convention, and uses the VFPv3-D16 FPU instructions. - To use this toolchain, you must disable soft float usage. - config BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_01 bool "Linaro 2014.01" depends on BR2_arm @@ -52,8 +50,6 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2014_01 with the hard floating point calling convention, and uses the VFPv3-D16 FPU instructions. - To use this toolchain, you must disable soft float usage. - config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_12 bool "Linaro 2013.12" depends on BR2_arm @@ -76,8 +72,6 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2013_12 with the hard floating point calling convention, and uses the VFPv3-D16 FPU instructions. - To use this toolchain, you must disable soft float usage. - comment "Linaro toolchains available for Cortex-A + EABIhf" depends on BR2_arm depends on BR2_GCC_TARGET_ARCH != "armv7-a" || !BR2_ARM_EABIHF |