diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index c91bae5fe3..8d1a106c22 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb -PKG_VERSION:=16.2 +PKG_VERSION:=16.3 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gdb -PKG_HASH:=4002cb7f23f45c37c790536a13a720942ce4be0402d929c9085e92f10d480119 +PKG_HASH:=bcfcd095528a987917acf9fff3f1672181694926cc18d609c99d0042c00224c5 PKG_CPE_ID:=cpe:/a:gnu:gdb GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION) diff --git a/toolchain/gdb/patches/130-fix-build-error-with-Xcode-16.3.patch b/toolchain/gdb/patches/130-fix-build-error-with-Xcode-16.3.patch index 4f76ed3c89..dd2b63368e 100644 --- a/toolchain/gdb/patches/130-fix-build-error-with-Xcode-16.3.patch +++ b/toolchain/gdb/patches/130-fix-build-error-with-Xcode-16.3.patch @@ -34,11 +34,9 @@ Signed-off-by: Georgi Valkov zlib/zutil.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -diff --git a/zlib/zutil.h b/zlib/zutil.h -index d9a20ae1bf4..183e51b96b6 100644 --- a/zlib/zutil.h +++ b/zlib/zutil.h -@@ -137,7 +137,7 @@ extern z_const char * const z_errmsg[10]; /* indexed by 2-zlib_error */ +@@ -137,7 +137,7 @@ extern z_const char * const z_errmsg[10] # endif #endif @@ -47,6 +45,3 @@ index d9a20ae1bf4..183e51b96b6 100644 # define OS_CODE 7 # ifndef Z_SOLO # if defined(__MWERKS__) && __dest_os != __be_os && __dest_os != __win32_os --- -2.49.0 -