diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 09:03:48 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-08-14 09:03:48 +0200 |
commit | 8d2f8e89c7b4ed479c72000e54bc23621e665699 (patch) | |
tree | a9f680f731f439723d161d305a7f4eb3042bedb3 /toolchain | |
parent | 8c716c528bc7a91dc1b065269c23707f8c3cb82f (diff) |
musl libc compat updates
Diffstat (limited to 'toolchain')
-rw-r--r-- | toolchain/gdb/Makefile.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/toolchain/gdb/Makefile.inc b/toolchain/gdb/Makefile.inc index 1bc2e9f74..0ac2dc8c3 100644 --- a/toolchain/gdb/Makefile.inc +++ b/toolchain/gdb/Makefile.inc @@ -2,8 +2,8 @@ # material, please see the LICENCE file in the top-level directory. PKG_NAME:= gdb -PKG_VERSION:= 7.5 -PKG_MD5SUM:= 24a6779a9fe0260667710de1b082ef61 +PKG_VERSION:= 7.6 +PKG_MD5SUM:= fda57170e4d11cdde74259ca575412a8 PKG_RELEASE:= 1 PKG_SITES:= ${MASTER_SITE_GNU:=gdb/} DISTFILES:= $(PKG_NAME)-$(PKG_VERSION).tar.bz2 |