diff options
-rw-r--r-- | toolchain/gdb/Config.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index f5365a391..871080351 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -37,7 +37,7 @@ choice config BR2_GDB_VERSION_6_4 bool "gdb 6.4" - depends on !BR2_nios2 + depends on !BR2_avr32 && !BR2_nios2 depends on BR2_DEPRECATED config BR2_GDB_VERSION_6_5 |