2020-11-14 11:48:07 +01:00
|
|
|
comment "Arm toolchains available for Cortex-A with NEON + EABIhf"
|
2018-10-09 22:07:00 +02:00
|
|
|
depends on BR2_arm
|
2020-11-14 11:48:07 +01:00
|
|
|
depends on !BR2_ARM_CPU_ARMV7A || !BR2_ARM_EABIHF || !BR2_ARM_CPU_HAS_NEON
|
2018-10-09 22:07:00 +02:00
|
|
|
|
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_ARM_ARM
|
2023-12-08 14:53:27 +01:00
|
|
|
bool "Arm ARM 13.2.rel1"
|
2018-10-09 22:07:00 +02:00
|
|
|
depends on BR2_arm
|
|
|
|
depends on BR2_ARM_CPU_ARMV7A || BR2_ARM_CPU_ARMV8A
|
2020-11-14 11:48:07 +01:00
|
|
|
depends on BR2_ARM_CPU_HAS_NEON
|
2022-05-02 22:00:36 +02:00
|
|
|
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "aarch64"
|
2018-10-09 22:07:00 +02:00
|
|
|
depends on BR2_ARM_EABIHF
|
2023-08-13 06:47:50 +02:00
|
|
|
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_13
|
2018-10-09 22:07:00 +02:00
|
|
|
select BR2_TOOLCHAIN_EXTERNAL_GLIBC
|
|
|
|
select BR2_TOOLCHAIN_HAS_SSP
|
|
|
|
select BR2_INSTALL_LIBSTDCPP
|
2020-01-04 12:43:29 +01:00
|
|
|
select BR2_TOOLCHAIN_HEADERS_AT_LEAST_4_20
|
2023-12-08 14:53:27 +01:00
|
|
|
select BR2_TOOLCHAIN_GCC_AT_LEAST_13
|
2018-10-09 22:07:00 +02:00
|
|
|
select BR2_TOOLCHAIN_HAS_FORTRAN
|
2019-03-26 13:30:46 +01:00
|
|
|
select BR2_TOOLCHAIN_HAS_OPENMP
|
2018-10-09 22:07:00 +02:00
|
|
|
help
|
2023-12-08 14:53:27 +01:00
|
|
|
Arm toolchain for the ARM architecture. It uses GCC 13.2,
|
|
|
|
GDB 13, glibc 2.38, Binutils 2.41. It generates code
|
2020-11-14 11:48:07 +01:00
|
|
|
that runs on all Cortex-A profile devices. The code
|
|
|
|
generated uses the hard floating point calling convention,
|
|
|
|
and uses the NEON FPU instructions.
|
2018-10-09 22:07:00 +02:00
|
|
|
|
|
|
|
This is the same toolchain that was previously distributed by
|
|
|
|
Linaro.
|
|
|
|
|
|
|
|
https://developer.arm.com/open-source/gnu-toolchain
|