projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e1f472
)
Add gdb-6.8 support, courtesy Fathi Boudra
author
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 1 Jul 2008 21:36:31 +0000
(21:36 -0000)
committer
Ulf Samuelsson
<ulf.samuelsson@atmel.com>
Tue, 1 Jul 2008 21:36:31 +0000
(21:36 -0000)
toolchain/gdb/Config.in
patch
|
blob
|
history
diff --git
a/toolchain/gdb/Config.in
b/toolchain/gdb/Config.in
index b5b4068cbfe838bda99a8eec40cbd84c21cfdbf6..9ad2d68224d01cd85c77d9292a875476deb83257 100644
(file)
--- a/
toolchain/gdb/Config.in
+++ b/
toolchain/gdb/Config.in
@@
-52,6
+52,10
@@
choice
bool "gdb 6.7.1"
depends on !BR2_avr32
+ config BR2_GDB_VERSION_6_8
+ bool "gdb 6.8"
+ depends on !BR2_avr32
+
config BR2_GDB_VERSION_SNAPSHOT
bool "gdb snapshot"
depends on !BR2_avr32 && !BR2_nios2
@@
-66,4
+70,5
@@
config BR2_GDB_VERSION
default "6.5" if BR2_GDB_VERSION_6_5
default "6.6" if BR2_GDB_VERSION_6_6
default "6.7.1" if BR2_GDB_VERSION_6_7_1
+ default "6.8" if BR2_GDB_VERSION_6_8
default "snapshot" if BR2_GDB_VERSION_SNAPSHOT