From: Thomas Petazzoni Date: Mon, 14 Dec 2009 11:06:36 +0000 (+0100) Subject: gdb: do not allow selection of non-avr32 versions on AVR32 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=45e93c575095c4a883e3424c73314ba7835992df;p=buildroot.git gdb: do not allow selection of non-avr32 versions on AVR32 Signed-off-by: Thomas Petazzoni --- diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 947cd1137c..28606bab41 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -41,6 +41,7 @@ choice depends on BR2_DEPRECATED config BR2_GDB_VERSION_6_7_1 + depends on !BR2_avr32 bool "gdb 6.7.1" config BR2_GDB_VERSION_6_7_1_AVR32_2_1_5