From 40b48c2b3578d3582fa9e099669dc71396b4f3fa Mon Sep 17 00:00:00 2001 From: Kristian Klausen Date: Fri, 4 Aug 2017 09:46:53 +0200 Subject: [PATCH] gdb: Upgraded version to 7.10.1 to allow remote debugging on bbb. --- rules/gdb/common.bash | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/gdb/common.bash b/rules/gdb/common.bash index 7ada03a..6513b9c 100644 --- a/rules/gdb/common.bash +++ b/rules/gdb/common.bash @@ -1,6 +1,6 @@ version=\ ( - '7.8.2' + '7.10.1' ) url=\ @@ -10,5 +10,5 @@ url=\ md5=\ ( - 'a80cf252ed2e775d4e4533341bbf2459' + '39e654460c9cdd80200a29ac020cfe11' )