toolchain-external: disallow sourcery codebench ARM toolchain for ARMv8 cores
authorPeter Korsgaard <peter@korsgaard.com>
Tue, 6 Dec 2016 16:42:18 +0000 (17:42 +0100)
committerPeter Korsgaard <peter@korsgaard.com>
Tue, 6 Dec 2016 20:38:24 +0000 (21:38 +0100)
This toolchain uses GCC 4.8.x, which doesn't support the ARMv8 cores.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Acked-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
toolchain/toolchain-external/toolchain-external-codesourcery-arm/Config.in

index 3cdfc860abbbfa712993da45dfbe5076adb08f81..6331873dbd9fc4c9336aa818e9b3b971ddda2083 100644 (file)
@@ -4,7 +4,7 @@ config BR2_TOOLCHAIN_EXTERNAL_CODESOURCERY_ARM
        depends on BR2_HOSTARCH = "x86_64" || BR2_HOSTARCH = "x86"
        depends on BR2_ARM_EABI
        # Unsupported ARM cores
-       depends on !BR2_cortex_a12 && !BR2_cortex_a17
+       depends on !BR2_cortex_a12 && !BR2_cortex_a17 && !BR2_ARM_CPU_ARMV8
        depends on !BR2_STATIC_LIBS
        select BR2_TOOLCHAIN_EXTERNAL_GLIBC
        select BR2_TOOLCHAIN_HAS_SSP