diff options
author | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-29 17:34:20 +0000 |
---|---|---|
committer | Ulf Samuelsson <ulf.samuelsson@atmel.com> | 2007-07-29 17:34:20 +0000 |
commit | 6933f971de89acce11c60966237936b99af075cf (patch) | |
tree | 34de29a9ba8b6a3306f696808acc89d49933925f /toolchain/gdb/Config.in | |
parent | 39631ff7b7d29c923b64e69aa87d5a49d276b517 (diff) |
gdb config for AVR32
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index b4f2cb83a..31aeca989 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -29,21 +29,26 @@ choice config BR2_GDB_VERSION_6_2_1 bool "gdb 6.2.1" + depends on !BR2_avr32 config BR2_GDB_VERSION_6_3 bool "gdb 6.3" + depends on !BR2_avr32 config BR2_GDB_VERSION_6_4 bool "gdb 6.4" config BR2_GDB_VERSION_6_5 bool "gdb 6.5" + depends on !BR2_avr32 config BR2_GDB_VERSION_6_6 bool "gdb 6.6" + depends on !BR2_avr32 config BR2_GDB_VERSION_SNAPSHOT bool "gdb snapshot" + depends on !BR2_avr32 endchoice |