summaryrefslogtreecommitdiffstats
path: root/toolchain/toolchain-external/Config.in
diff options
context:
space:
mode:
authorRomain Naour <romain.naour@gmail.com>2016-10-11 23:04:58 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2016-10-16 13:08:05 +0200
commit9c9ddc4a2ca839217832c3432d8f8df5f6afd494 (patch)
treeb64c030815d702bc33e79b3633dc2318fc23f8c0 /toolchain/toolchain-external/Config.in
parent3411db085d1f2c987d012e43fbc4bd003ff601d4 (diff)
downloadbuildroot-9c9ddc4a2ca839217832c3432d8f8df5f6afd494.tar.gz
buildroot-9c9ddc4a2ca839217832c3432d8f8df5f6afd494.zip
toolchain/external: bump Linaro ARMeb to 2016.05 for i686 hosts
Signed-off-by: Romain Naour <romain.naour@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/toolchain-external/Config.in')
-rw-r--r--toolchain/toolchain-external/Config.in27
1 files changed, 1 insertions, 26 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in
index 964cc01d4b..eb01cf387f 100644
--- a/toolchain/toolchain-external/Config.in
+++ b/toolchain/toolchain-external/Config.in
@@ -34,36 +34,11 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM
with the hard floating point calling convention, and uses
the VFPv3-D16 FPU instructions.
-# See the note above.
-config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
- bool "Linaro armeb 2014.09"
- depends on BR2_armeb
- depends on BR2_ARM_CPU_ARMV7A
- depends on BR2_HOSTARCH = "x86"
- depends on BR2_ARM_EABIHF
- depends on !BR2_STATIC_LIBS
- select BR2_TOOLCHAIN_EXTERNAL_GLIBC
- select BR2_TOOLCHAIN_HAS_SSP
- select BR2_TOOLCHAIN_HAS_NATIVE_RPC
- select BR2_INSTALL_LIBSTDCPP
- select BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_1
- select BR2_TOOLCHAIN_GCC_AT_LEAST_4_9
- select BR2_TOOLCHAIN_HAS_FORTRAN
- help
- Linaro toolchain for the ARM big endian architecture. It
- uses Linaro GCC 2014.09 (based on gcc 4.9), Linaro GDB
- 2013.10 (based on GDB 7.6), eglibc 2.19, Binutils 2014.09
- (based on 2.24). It generates code that runs on all Cortex-A
- profile devices, but tuned for the Cortex-A9. The code
- generated is Thumb 2, with the hard floating point calling
- convention, and uses the VFPv3-D16 FPU instructions.
-
-# See the note above.
config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
bool "Linaro armeb 2016.05"
depends on BR2_armeb
depends on BR2_ARM_CPU_ARMV7A
- depends on BR2_HOSTARCH = "x86_64"
+ depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
depends on BR2_ARM_EABIHF
depends on !BR2_STATIC_LIBS
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
OpenPOWER on IntegriCloud