summaryrefslogtreecommitdiff
path: root/target/config
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2019-09-09 12:06:54 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2019-09-12 13:23:29 +0200
commit185a7af215469551c9b162e3538a3698dd3e26d4 (patch)
treeff9c53edc898cba76933f8f4d96ce2f033270184 /target/config
parentb90d67bf21ef362295cf8ecfe93cd2c8dd6437ea (diff)
update kernel, add gcc 9.2
Signed-off-by: Waldemar Brodkorb <wbx@openadk.org>
Diffstat (limited to 'target/config')
-rw-r--r--target/config/Config.in.compiler8
1 files changed, 8 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler
index 74d56eb18..d00836b0a 100644
--- a/target/config/Config.in.compiler
+++ b/target/config/Config.in.compiler
@@ -44,6 +44,14 @@ config ADK_TOOLCHAIN_GCC_GIT
depends on !ADK_TARGET_ARCH_NDS32
depends on !ADK_TARGET_ARCH_OR1K
+config ADK_TOOLCHAIN_GCC_9
+ bool "9.2.0"
+ depends on !ADK_TARGET_ARCH_ARC
+ depends on !ADK_TARGET_ARCH_AVR32
+ depends on !ADK_TARGET_ARCH_CSKY
+ depends on !ADK_TARGET_ARCH_METAG
+ depends on !ADK_TARGET_ARCH_NDS32
+
config ADK_TOOLCHAIN_GCC_8
bool "8.3.0"
depends on !ADK_TARGET_ARCH_ARC