summaryrefslogtreecommitdiff
path: root/target/config/Config.in.compiler
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2021-10-28 11:35:17 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2021-10-28 19:10:20 +0200
commitd5b747dc2506c3a4cc0b94868770466b6913c1a7 (patch)
tree726010486b39aea30ea6ed173efb4d38fbeeadfb /target/config/Config.in.compiler
parent9f25a7520037e69ef5e122f12b9e486b048acb42 (diff)
raspberry-pi: use 5.4.x kernel
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r--target/config/Config.in.compiler3
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"