diff options
author | Yegor Yefremov <yegorslists@googlemail.com> | 2011-10-04 11:05:47 +0200 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2011-10-05 15:20:12 +0200 |
commit | 3903c3a73dabcdbdf13d3ff09dedef6a8589ab4a (patch) | |
tree | 3774df273caf7a7a9818bf1b811b2ef33a06f1e6 /toolchain/gdb/Config.in | |
parent | 3b3d129c377e657fa1c2d64c45e9ccd90a1b8077 (diff) |
gdb: bump to 7.3.1
this version fixes compilation issue on some old build systems like
openSUSE 10.3 saying some host libraries were too old
[Peter: drop bugfix number from config name, similar to kernel-headers]
Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com>
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Diffstat (limited to 'toolchain/gdb/Config.in')
-rw-r--r-- | toolchain/gdb/Config.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/toolchain/gdb/Config.in b/toolchain/gdb/Config.in index 8295f798b..6bf7fd441 100644 --- a/toolchain/gdb/Config.in +++ b/toolchain/gdb/Config.in @@ -59,6 +59,11 @@ choice depends on !BR2_bfin select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE + config BR2_GDB_VERSION_7_3 + bool "gdb 7.3.x" + depends on !BR2_bfin + select BR2_PTHREAD_DEBUG if !BR2_PTHREADS_NONE + endchoice config BR2_GDB_VERSION @@ -69,3 +74,4 @@ config BR2_GDB_VERSION 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 + default "7.3.1" if BR2_GDB_VERSION_7_3 |