summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:54:14 +0000
committerPeter Korsgaard <jacmet@sunsite.dk>2008-12-08 08:54:14 +0000
commitffe33152e7541b139540e77df74da8add067b62f (patch)
tree20a963ed1f6d3239b330b47e8791c036dde759e4 /toolchain/gdb
parent41d7b7087c10e405eaa47f881afc7daaf00a1bf6 (diff)
toolchain/gdb: 6.4 shouldn't be selectable for avr32
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Config.in2
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