diff options
author | Nick Hainke <vincent@systemli.org> | 2023-12-04 17:09:53 +0100 |
---|---|---|
committer | Nick Hainke <vincent@systemli.org> | 2023-12-08 16:26:30 +0100 |
commit | f329eb8e7a6fbfbe2b0d5e554046d9cd54083ead (patch) | |
tree | e0da8f54cd5e1facc96e2306fd83b4192189160d | |
parent | 9ab259ab3435924726f6a603fefe67fd5026e936 (diff) | |
download | openwrt-f329eb8e7a6fbfbe2b0d5e554046d9cd54083ead.tar.gz openwrt-f329eb8e7a6fbfbe2b0d5e554046d9cd54083ead.tar.bz2 openwrt-f329eb8e7a6fbfbe2b0d5e554046d9cd54083ead.zip |
toolchain/gdb: update to 14.1
Release Notes:
https://lists.gnu.org/archive/html/info-gnu/2023-12/msg00001.html
Refresh patch:
- 120-fix-compile-flag-mismatch.patch
Signed-off-by: Nick Hainke <vincent@systemli.org>
-rw-r--r-- | toolchain/gdb/Makefile | 4 | ||||
-rw-r--r-- | toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/toolchain/gdb/Makefile b/toolchain/gdb/Makefile index 71b1613934..9c0ed520bd 100644 --- a/toolchain/gdb/Makefile +++ b/toolchain/gdb/Makefile @@ -7,12 +7,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=gdb -PKG_VERSION:=13.2 +PKG_VERSION:=14.1 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.xz PKG_SOURCE_URL:=@GNU/gdb -PKG_HASH:=fd5bebb7be1833abdb6e023c2f498a354498281df9d05523d8915babeb893f0a +PKG_HASH:=d66df51276143451fcbff464cc8723d68f1e9df45a6a2d5635a54e71643edb80 PKG_CPE_ID:=cpe:/a:gnu:gdb GDB_DIR:=$(PKG_NAME)-$(PKG_VERSION) diff --git a/toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch b/toolchain/gdb/patches/120-fix-compile-flag-mismatch.patch index 118bebe3c8..9430509278 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/gdbserver/configure +++ b/gdbserver/configure -@@ -2664,7 +2664,7 @@ $as_echo "$as_me: error: \`$ac_var' was +@@ -2674,7 +2674,7 @@ $as_echo "$as_me: error: \`$ac_var' was ac_cache_corrupted=: ;; ,);; *) |