gdb: bump to 7.3.1
authorYegor Yefremov <yegorslists@googlemail.com>
Tue, 4 Oct 2011 09:05:47 +0000 (11:05 +0200)
committerPeter Korsgaard <jacmet@sunsite.dk>
Wed, 5 Oct 2011 13:20:12 +0000 (15:20 +0200)
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>
toolchain/gdb/Config.in

index 8295f798b219d30d6bf12f212c0b115dc16d3dba..6bf7fd441d188c2bf57f0a3cca30652f203af12d 100644 (file)
@@ -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