From: Peter Korsgaard Date: Mon, 8 Dec 2008 08:54:14 +0000 (-0000) Subject: toolchain/gdb: 6.4 shouldn't be selectable for avr32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=ffe33152e7541b139540e77df74da8add067b62f;p=buildroot.git toolchain/gdb: 6.4 shouldn't be selectable for avr32 --- diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index f5365a391d..8710803511 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