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 for78c2a9f7were not all properly applied, especially the a57-a53 combo needs gcc-6, but78c2a9f7forgot 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>
This commit is contained in:
committed by
Thomas Petazzoni
parent
f82218fcbb
commit
d08ccb40f5
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user