summaryrefslogtreecommitdiffstats
path: root/toolchain
diff options
context:
space:
mode:
authorYann E. MORIN <yann.morin.1998@free.fr>2017-09-03 11:44:33 +0200
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2017-11-24 22:19:14 +0100
commitd08ccb40f53f152f4c4443a636b52239fded57ec (patch)
tree4b3710569810f418d40e399580f9f5cbf08a0eba /toolchain
parentf82218fcbb536cc9c65782e687afdf2d93f02947 (diff)
downloadbuildroot-d08ccb40f53f152f4c4443a636b52239fded57ec.tar.gz
buildroot-d08ccb40f53f152f4c4443a636b52239fded57ec.zip
arch/arm: some variants need different gcc versions
Take the conditions currently specified in the gcc version choice. Also, the conditions explained in the commit log for 78c2a9f7 were not all properly applied, especially the a57-a53 combo needs gcc-6, but 78c2a9f7 forgot to add the condition to gcc-4.9. gcc-4.9 was excluded for cortex-a17 and a72, but the CodeSourcery external toolchain, which uses 4.8, was not excluded for those two cores. Now it is. Remove the arch condition from gcc and the external toolchains. 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>
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in b/toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in
index b91daa5c81..60d86c33d5 100644
--- a/toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in
+++ b/toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in
@@ -2,10 +2,6 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM
bool "Sourcery CodeBench ARM 2014.05"
depends on BR2_arm
depends on !BR2_ARCH_NEEDS_GCC_AT_LEAST_4_9
- # a15/a7 appeared in gcc-4.9, a17/a7 in gcc-5, a57/a53 and a72/a53
- # in gcc-6, or they each were broken earlier than that.
- depends on !BR2_cortex_a15_a7 && !BR2_cortex_a17_a7
- depends on !BR2_cortex_a57_53 && !BR2_cortex_a72_53
depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
depends on BR2_ARM_EABI
# Unsupported ARM cores
OpenPOWER on IntegriCloud