diff options
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 648fc87c0..e8146fe3b 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -33,13 +33,14 @@ config ADK_TOOLCHAIN_GCC_11 bool "11.2.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG - depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_10 bool "10.3.0" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 + depends on !ADK_TARGET_CPU_ARM_CORTEX_A53 config ADK_TOOLCHAIN_GCC_9 bool "9.4.0" |