From 058fc998b116a594d72423f9a8ef91af6eddbd42 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Mon, 7 Oct 2019 18:53:49 +0200 Subject: arm: stick with gcc 7.4.0 and Linux 4.9.x for ARM cortex-a53 --- target/config/Config.in.compiler | 2 ++ 1 file changed, 2 insertions(+) (limited to 'target/config') diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index b4e5ebc2f..3f228e48f 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -49,6 +49,7 @@ config ADK_TOOLCHAIN_GCC_9 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_8 bool "8.3.0" @@ -59,6 +60,7 @@ config ADK_TOOLCHAIN_GCC_8 depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_CPU_ARM_ARM11MPCORE + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_7 bool "7.4.0" -- cgit v1.2.3