diff options
Diffstat (limited to 'target/config')
-rw-r--r-- | target/config/Config.in.gdb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/target/config/Config.in.gdb b/target/config/Config.in.gdb index 25df4c4a0..ae74a6d2a 100644 --- a/target/config/Config.in.gdb +++ b/target/config/Config.in.gdb @@ -33,8 +33,8 @@ config ADK_TOOLCHAIN_GDB_H8300_GIT bool "h8300-git" depends on ADK_TARGET_ARCH_H8300 -config ADK_TOOLCHAIN_GDB_9_2 - bool "9.2" +config ADK_TOOLCHAIN_GDB_10_1 + bool "10.1" depends on !ADK_TARGET_ARCH_AVR32 depends on !ADK_TARGET_ARCH_H8300 depends on !ADK_TARGET_ARCH_NDS32 |