[openwrt/openwrt] gdb: update to 16.2

LEDE Commits lede-commits at lists.infradead.org
Thu Apr 17 17:10:53 PDT 2025


robimarko pushed a commit to openwrt/openwrt.git, branch main:
https://git.openwrt.org/a06ed856bb4e125683f82b6f8ea1938e7394b16c

commit a06ed856bb4e125683f82b6f8ea1938e7394b16c
Author: Robert Marko <robimarko at gmail.com>
AuthorDate: Wed Apr 16 15:37:59 2025 +0200

    gdb: update to 16.2
    
    See news file for changes:
    https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;a=blob_plain;f=gdb/NEWS;hb=gdb-16.2-release
    
    It fixes compilation with GCC15.
    
    Link: https://github.com/openwrt/openwrt/pull/18519
    Signed-off-by: Robert Marko <robimarko at gmail.com>
---
 toolchain/gdb/Makefile | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile
index 36e0804c0c..c91bae5fe3 100644
--- a/toolchain/gdb/Makefile
+++ b/toolchain/gdb/Makefile
@@ -7,12 +7,12 @@
 include $(TOPDIR)/rules.mk
 
 PKG_NAME:=gdb
-PKG_VERSION:=15.2
-PKG_RELEASE:=2
+PKG_VERSION:=16.2
+PKG_RELEASE:=1
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz
 PKG_SOURCE_URL:=@GNU/gdb
-PKG_HASH:=83350ccd35b5b5a0cba6b334c41294ea968158c573940904f00b92f76345314d
+PKG_HASH:=4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119
 PKG_CPE_ID:=cpe:/a:gnu:gdb
 GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION)
 




More information about the lede-commits mailing list