diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-05 20:08:29 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2018-05-06 12:45:15 +0200 |
commit | 8e62ecb60e35ea15451bb1051b8a0e12da7080b1 (patch) | |
tree | 73ec77b83c6e1b4bc8137518555fb4d2f66d625a /target/config/Config.in.compiler | |
parent | e32d2d5bf1bb8de93e8638fad75283710fb0f15a (diff) |
riscv: try gcc8 + riscv-kernel
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 720700fb0..aa692157c 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -47,6 +47,16 @@ config ADK_TOOLCHAIN_GCC_GIT depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_CPU_SH_J2 +config ADK_TOOLCHAIN_GCC_8 + bool "8.1.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 + depends on !ADK_TARGET_ARCH_OR1K + depends on !ADK_TARGET_CPU_SH_J2 + config ADK_TOOLCHAIN_GCC_7 bool "7.3.0" depends on !ADK_TARGET_ARCH_ARC |