|
@@ -6,6 +6,11 @@ choice
|
|
|
comment "(e)glibc toolchains only available with shared lib support"
|
|
|
depends on BR2_STATIC_LIBS
|
|
|
|
|
|
+comment "Linaro toolchains available for Cortex-A + EABIhf"
|
|
|
+ depends on BR2_arm || BR2_armeb
|
|
|
+ depends on !BR2_ARM_CPU_ARMV7A || !BR2_ARM_EABIHF
|
|
|
+ depends on !BR2_STATIC_LIBS
|
|
|
+
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM
|
|
|
bool "Linaro ARM 2014.09"
|
|
|
depends on BR2_arm
|
|
@@ -28,11 +33,6 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARM
|
|
|
with the hard floating point calling convention, and uses
|
|
|
the VFPv3-D16 FPU instructions.
|
|
|
|
|
|
-comment "Linaro toolchains available for Cortex-A + EABIhf"
|
|
|
- depends on BR2_arm
|
|
|
- depends on !BR2_ARM_CPU_ARMV7A || !BR2_ARM_EABIHF
|
|
|
- depends on !BR2_STATIC_LIBS
|
|
|
-
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
|
|
|
bool "Linaro armeb 2014.09"
|
|
|
depends on BR2_armeb
|
|
@@ -55,11 +55,6 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_ARMEB
|
|
|
generated is Thumb 2, with the hard floating point calling
|
|
|
convention, and uses the VFPv3-D16 FPU instructions.
|
|
|
|
|
|
-comment "Linaro toolchains available for Cortex-A + EABIhf"
|
|
|
- depends on BR2_armeb
|
|
|
- depends on !BR2_ARM_CPU_ARMV7A || !BR2_ARM_EABIHF
|
|
|
- depends on !BR2_STATIC_LIBS
|
|
|
-
|
|
|
config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201405
|
|
|
bool "Sourcery CodeBench ARM 2014.05"
|
|
|
depends on BR2_arm
|