diff options
author | Yann E. MORIN <yann.morin.1998@free.fr> | 2015-12-26 17:05:45 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2015-12-27 12:17:55 +0100 |
commit | 08ce10927c8b4977a01dce8eddd6ebc61c3c8c93 (patch) | |
tree | 3412608ec0a461bf97c6a5069ac5c53627c8f277 | |
parent | 110fecf1f50b766813335dd5d70cb4b31c30c088 (diff) | |
download | buildroot-08ce10927c8b4977a01dce8eddd6ebc61c3c8c93.tar.gz buildroot-08ce10927c8b4977a01dce8eddd6ebc61c3c8c93.zip |
toolchain/external: Arago armv7 toolchain really requires a VFPv3
The Arago armv7 toolchain really requires a VFPv3 unit, so only expose
it to the user when the CPU actually has such a VFP unit
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Cc: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | toolchain/toolchain-external/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 8d4a8358dc..35d8b7acca 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -140,7 +140,7 @@ config BR2_TOOLCHAIN_EXTERNAL_ARAGO_ARMV7A depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86" depends on BR2_ARM_CPU_ARMV7A depends on BR2_ARM_EABI - depends on BR2_ARM_CPU_HAS_VFPV3 || BR2_ARM_CPU_MAYBE_HAS_VFPV3 + depends on BR2_ARM_CPU_HAS_VFPV3 depends on !BR2_STATIC_LIBS select BR2_TOOLCHAIN_EXTERNAL_GLIBC select BR2_TOOLCHAIN_HAS_NATIVE_RPC |