diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-11 03:34:52 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-05-15 11:56:12 +0200 |
commit | 0a307fc72c3d8bbe4972e424882704422e673c67 (patch) | |
tree | 7b98034b0914eea55f21a0800262392afaaf48da | |
parent | 2ca806ecec85fc6e410ef3ae9e37c2879ee7ecfd (diff) |
gcc: 7.1 supports riscv
-rw-r--r-- | target/config/Config.in.compiler | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 2a690da69..be7b6642a 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -45,8 +45,6 @@ config ADK_TOOLCHAIN_GCC_7 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K - depends on !ADK_TARGET_ARCH_RISCV32 - depends on !ADK_TARGET_ARCH_RISCV64 select ADK_DISABLE_HONOUR_CFLAGS config ADK_TOOLCHAIN_GCC_6 |