summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-12-14 12:06:36 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2009-12-14 23:54:46 +0100
commit45e93c575095c4a883e3424c73314ba7835992df (patch)
tree742baadc8340a090bd914be4096e3cc716f6c3ff /toolchain/gdb
parentde6dbcf858d4fb5fa0c3b67140ac49639378bc72 (diff)
gdb: do not allow selection of non-avr32 versions on AVR32
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Config.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index 947cd1137..28606bab4 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