summaryrefslogtreecommitdiff
path: root/target
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbrodkorb@conet.de>2018-06-01 07:25:59 +0200
committerWaldemar Brodkorb <wbrodkorb@conet.de>2018-06-01 07:26:13 +0200
commitbc42e9e27d37fd9d8998a1a440f390e517ae90ed (patch)
tree47ae93832456cd29758f09d177d323be0d1f981c /target
parent491e1c07944ef06eedb57b01f477fc780a57aa2c (diff)
riscv: use github fork until upstream
Diffstat (limited to 'target')
-rw-r--r--target/config/Config.in.gdb10
1 files changed, 10 insertions, 0 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb
index bdc7c462e..00e12c62a 100644
--- a/target/config/Config.in.gdb
+++ b/target/config/Config.in.gdb
@@ -21,6 +21,8 @@ choice
prompt "GNU debugger version"
depends on ADK_TOOLCHAIN_WITH_GDB
default ADK_TOOLCHAIN_GDB_H8300_GIT if ADK_TARGET_ARCH_H8300
+default ADK_TOOLCHAIN_GDB_RISCV_GIT if ADK_TARGET_ARCH_RISCV32
+default ADK_TOOLCHAIN_GDB_RISCV_GIT if ADK_TARGET_ARCH_RISCV64
default ADK_TOOLCHAIN_GDB_8_1
config ADK_TOOLCHAIN_GDB_GIT
@@ -28,16 +30,24 @@ config ADK_TOOLCHAIN_GDB_GIT
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32
+ depends on !ADK_TARGET_ARCH_RISCV32
+ depends on !ADK_TARGET_ARCH_RISCV64
config ADK_TOOLCHAIN_GDB_H8300_GIT
bool "h8300-git"
depends on ADK_TARGET_ARCH_H8300
+config ADK_TOOLCHAIN_GDB_RISCV_GIT
+ bool "riscv-git"
+ depends on ADK_TARGET_ARCH_RISCV32 || ADK_TARGET_ARCH_RISCV64
+
config ADK_TOOLCHAIN_GDB_8_1
bool "8.1"
depends on !ADK_TARGET_ARCH_AVR32
depends on !ADK_TARGET_ARCH_H8300
depends on !ADK_TARGET_ARCH_NDS32
+ depends on !ADK_TARGET_ARCH_RISCV32
+ depends on !ADK_TARGET_ARCH_RISCV64
config ADK_TOOLCHAIN_GDB_6_7_1
bool "6.7.1"