projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39631ff
)
gdb config for AVR32
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 29 Jul 2007 17:34:20 +0000
(17:34 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Sun, 29 Jul 2007 17:34:20 +0000
(17:34 -0000)
toolchain/gdb/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Config.in
b/toolchain/gdb/Config.in
index b4f2cb83ab46d8bab68c761eabe2df2a0279c86b..31aeca989fc53226021d3e8ee6f57a67b83e6cae 100644
(file)
--- 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