diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-29 15:46:41 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2019-10-29 15:48:00 +0100 |
commit | b059914b0d619ddc363e908eceea909781795133 (patch) | |
tree | 418f5325c6a240dfb14d341b24ab599ec2418068 /target/config | |
parent | 4c6c03c3152d6b9f8c08746e797781566b2fc2cb (diff) |
csky: default to gcc9
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.compiler | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index cac84f5ba..58751afd7 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -19,6 +19,7 @@ default ADK_TOOLCHAIN_GCC_METAG if ADK_TARGET_ARCH_METAG default ADK_TOOLCHAIN_GCC_NDS32 if ADK_TARGET_ARCH_NDS32 default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_ARM11MPCORE default ADK_TOOLCHAIN_GCC_7 if ADK_TARGET_CPU_ARM_CORTEX_A53 +default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_CSKY default ADK_TOOLCHAIN_GCC_9 if ADK_TARGET_ARCH_OR1K default ADK_TOOLCHAIN_GCC_8 |