diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-24 22:35:09 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-05-24 22:35:19 +0200 |
commit | ded41658639bebb8d6b7c206dbd1afa647873659 (patch) | |
tree | 1adcc0a2900c687ffdbb4ad359508a36c951962b /target | |
parent | fb8b1cae200ec1871f35b046788dfbe859735124 (diff) |
microblaze: allow to build native gdb with 7.8.2
Diffstat (limited to 'target')
-rw-r--r-- | target/config/Config.in.gdb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb index 362f9c343..3c962d671 100644 --- a/target/config/Config.in.gdb +++ b/target/config/Config.in.gdb @@ -30,6 +30,10 @@ config ADK_TOOLCHAIN_GDB_7_9_1 depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 +config ADK_TOOLCHAIN_GDB_7_8_2 + bool "7.8.2" + depends on ADK_TARGET_ARCH_MICROBLAZE + config ADK_TOOLCHAIN_GDB_6_7_1 bool "6.7.1" depends on ADK_TARGET_ARCH_AVR32 |