[source] toolchain/gdb: update to version 7.12

LEDE Commits lede-commits at lists.infradead.org
Sun Oct 23 23:45:46 PDT 2016


nbd pushed a commit to source.git, branch master:
https://git.lede-project.org/0ec2738b21330a3128ce83564bc13a6d44679f0b

commit 0ec2738b21330a3128ce83564bc13a6d44679f0b
Author: Felix Fietkau <nbd at nbd.name>
AuthorDate: Wed Oct 19 12:30:53 2016 +0200

    toolchain/gdb: update to version 7.12
    
    Signed-off-by: Felix Fietkau <nbd at nbd.name>
---
 toolchain/gdb/Makefile                                    | 4 ++--
 toolchain/gdb/patches/110-no_testsuite.patch              | 4 ++--
 toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch | 2 +-
 3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index bc2cab9..78f4fca 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -17,11 +17,11 @@ PKG_MD5SUM:=775caaf6385c16f20b6f53c0a2b95f79
 GDB_DIR:=binutils-$(PKG_NAME)-$(PKG_VERSION)
 PATCH_DIR:=./patches-arc
 else
-PKG_VERSION:=7.11.1
+PKG_VERSION:=7.12
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/gdb
-PKG_MD5SUM:=5aa71522e488e358243917967db87476
+PKG_MD5SUM:=834ff3c5948b30718343ea57b11cbc3235d7995c6a4f3a5cecec8c8114164f94
 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION)
 endif
 
diff --git a/toolchain/gdb/patches/110-no_testsuite.patch b/toolchain/gdb/patches/110-no_testsuite.patch
index 3a9c1e7..68d1c90 100644
--- a/toolchain/gdb/patches/110-no_testsuite.patch
+++ b/toolchain/gdb/patches/110-no_testsuite.patch
@@ -1,6 +1,6 @@
 --- a/gdb/configure
 +++ b/gdb/configure
-@@ -873,8 +873,7 @@ MAKEINFOFLAGS
+@@ -874,8 +874,7 @@ MAKEINFOFLAGS
  YACC
  YFLAGS
  XMKMF'
@@ -10,7 +10,7 @@
  multi-ice
  gdbserver'
  
-@@ -5660,7 +5660,7 @@ $as_echo "$with_auto_load_safe_path" >&6
+@@ -5617,7 +5616,7 @@ $as_echo "$with_auto_load_safe_path" >&6
  
  
  
diff --git a/toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch b/toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch
index d7c8df4..562902c 100644
--- a/toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch
+++ b/toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch
@@ -1,6 +1,6 @@
 --- a/gdb/gdbserver/configure
 +++ b/gdb/gdbserver/configure
-@@ -2520,7 +2520,7 @@ $as_echo "$as_me: error: \`$ac_var' was
+@@ -2476,7 +2476,7 @@ $as_echo "$as_me: error: \`$ac_var' was
        ac_cache_corrupted=: ;;
      ,);;
      *)



More information about the lede-commits mailing list