summaryrefslogtreecommitdiff
path: root/toolchain/gdb
diff options
context:
space:
mode:
authorPaulius Zaleckas <paulius.zaleckas@gmail.com>2010-04-29 22:44:20 +0300
committerPeter Korsgaard <jacmet@sunsite.dk>2010-05-01 22:08:48 +0200
commit6ca43d88bcdaf415bfdee3e267a5c09e23d9f8f5 (patch)
tree83b2d958e5a79e6176823485a1ba39c0fd174bec /toolchain/gdb
parent7548e5a70700e1280f16a8f4c33c68fb883a1821 (diff)
toolchain/gdb: Add GDB 7.0.1 and 7.1 support
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gdb')
-rw-r--r--toolchain/gdb/Config.in10
1 files changed, 10 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in
index e383949e5..f4fbaabd6 100644
--- a/toolchain/gdb/Config.in
+++ b/toolchain/gdb/Config.in
@@ -56,6 +56,14 @@ choice
bool "gdb 6.8"
depends on !BR2_avr32
+ config BR2_GDB_VERSION_7_0_1
+ bool "gdb 7.0.1"
+ select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE
+
+ config BR2_GDB_VERSION_7_1
+ bool "gdb 7.1"
+ select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE
+
endchoice
config BR2_GDB_VERSION
@@ -66,3 +74,5 @@ config BR2_GDB_VERSION
default "6.7.1" if BR2_GDB_VERSION_6_7_1
default "6.7.1-avr32-2.1.5" if BR2_GDB_VERSION_6_7_1_AVR32_2_1_5
default "6.8" if BR2_GDB_VERSION_6_8
+ default "7.0.1" if BR2_GDB_VERSION_7_0_1
+ default "7.1" if BR2_GDB_VERSION_7_1