diff options
-rw-r--r-- | toolchain/toolchain-external/Config.in | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolchain/toolchain-external/Config.in b/toolchain/toolchain-external/Config.in index 469c2830b..4fe605d86 100644 --- a/toolchain/toolchain-external/Config.in +++ b/toolchain/toolchain-external/Config.in @@ -54,6 +54,10 @@ config BR2_TOOLCHAIN_EXTERNAL_LINARO_2012_09 To use this toolchain, you must disable soft float usage. +comment "Linaro toolchains available for Cortex-A{8,9}" + depends on BR2_arm + depends on !BR2_cortex_a8 && !BR2_cortex_a9 + config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM201203 bool "Sourcery CodeBench ARM 2012.03" depends on BR2_arm |