diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 10:58:05 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2017-03-26 10:58:15 +0200 |
commit | fdbb45e6e88e49ceada4025ae893104160b4765a (patch) | |
tree | ade4fe6c4f6440c7e38683baa2bbda75ad3db24a /target/config/Config.in.compiler | |
parent | 51a8de13b3b66f887c18df6f7feb132e19473b9f (diff) |
split riscv arch support into riscv32/riscv64
Diffstat (limited to 'target/config/Config.in.compiler')
-rw-r--r-- | target/config/Config.in.compiler | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/target/config/Config.in.compiler b/target/config/Config.in.compiler index 90612b248..889aa972b 100644 --- a/target/config/Config.in.compiler +++ b/target/config/Config.in.compiler @@ -45,7 +45,8 @@ config ADK_TOOLCHAIN_GCC_6 depends on !ADK_TARGET_ARCH_METAG depends on !ADK_TARGET_ARCH_NDS32 depends on !ADK_TARGET_ARCH_OR1K - depends on !ADK_TARGET_ARCH_RISCV + depends on !ADK_TARGET_ARCH_RISCV32 + depends on !ADK_TARGET_ARCH_RISCV64 select ADK_DISABLE_HONOUR_CFLAGS config ADK_TOOLCHAIN_GCC_5 @@ -63,7 +64,8 @@ config ADK_TOOLCHAIN_GCC_5 depends on !ADK_TARGET_ARCH_NIOS2 depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_ARCH_LM32 - depends on !ADK_TARGET_ARCH_RISCV + depends on !ADK_TARGET_ARCH_RISCV32 + depends on !ADK_TARGET_ARCH_RISCV64 depends on !ADK_TARGET_SYSTEM_KINETIS_K70 depends on !(ADK_TARGET_LIB_GLIBC && ADK_TARGET_ARCH_SH) depends on !ADK_TARGET_CPU_MIPS_MIPS32R6 @@ -83,7 +85,8 @@ config ADK_TOOLCHAIN_GCC_4_9 depends on !ADK_TARGET_ARCH_NIOS2 depends on !ADK_TARGET_ARCH_OR1K depends on !ADK_TARGET_ARCH_TILE - depends on !ADK_TARGET_ARCH_RISCV + depends on !ADK_TARGET_ARCH_RISCV32 + depends on !ADK_TARGET_ARCH_RISCV64 depends on !ADK_TARGET_CPU_MIPS_MIPS32R6 depends on !ADK_TARGET_CPU_MIPS64_MIPS64R6 depends on !ADK_TARGET_SYSTEM_NUMATO_MIMASV2 |