summaryrefslogtreecommitdiffstats
path: root/package/gdb/Config.in.host
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2015-06-14 16:33:30 +0200
committerPeter Korsgaard <peter@korsgaard.com>2015-06-23 00:23:52 +0200
commit69f43ebf132b2bf7d83967a787212284ff61c8c4 (patch)
tree232cc6295bd7662bcae47f38a73960d29d8731df /package/gdb/Config.in.host
parent07536bbb3df3fb065b8c6a31cf4519c6a0054ad7 (diff)
downloadbuildroot-69f43ebf132b2bf7d83967a787212284ff61c8c4.tar.gz
buildroot-69f43ebf132b2bf7d83967a787212284ff61c8c4.zip
gdb: bump 7.9 series to 7.9.1
Note that both gdb 7.9 and 7.9.1 fail to build in a chroot without texinfo, due to the infamous makeinfo issue. This should be fixed separately. [Peter: fixup white space] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
Diffstat (limited to 'package/gdb/Config.in.host')
-rw-r--r--package/gdb/Config.in.host2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/gdb/Config.in.host b/package/gdb/Config.in.host
index 6b0ca9bf74..e2f8c276e7 100644
--- a/package/gdb/Config.in.host
+++ b/package/gdb/Config.in.host
@@ -53,4 +53,4 @@ config BR2_GDB_VERSION
default "6be65fb56ea6694a9260733a536a023a1e2d4d57" if BR2_microblaze
default "7.7.1" if BR2_GDB_VERSION_7_7
default "7.8.2" if BR2_GDB_VERSION_7_8 || !BR2_PACKAGE_HOST_GDB
- default "7.9" if BR2_GDB_VERSION_7_9
+ default "7.9.1" if BR2_GDB_VERSION_7_9
OpenPOWER on IntegriCloud