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 c9c54b88f..fd6956b3a 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -5,7 +5,7 @@ config BR2_PACKAGE_GDB select BR2_PACKAGE_NCURSES depends on BR2_USE_WCHAR depends on BR2_TOOLCHAIN_HAS_THREADS - depends on !BR2_sh && !BR2_sh64 + depends on !BR2_sh && !BR2_sh64 && !BR2_avr32 help Build the full gdb debugger to run on the target. |