From 1794994a7923e5edd525e5943e1a7efe6763c62d Mon Sep 17 00:00:00 2001 From: Abdul Rehman <7r3nzy@gmail.com> Date: Sun, 4 Dec 2022 18:29:51 +0500 Subject: [PATCH] cross-arm-none-eabi-gdb: update to 12.1, fix build for gcc-12 --- .../patches/gdb-mips-linux-nat.patch | 11 ----------- srcpkgs/cross-arm-none-eabi-gdb/template | 7 +++---- 2 files changed, 3 insertions(+), 15 deletions(-) delete mode 100644 srcpkgs/cross-arm-none-eabi-gdb/patches/gdb-mips-linux-nat.patch diff --git a/srcpkgs/cross-arm-none-eabi-gdb/patches/gdb-mips-linux-nat.patch b/srcpkgs/cross-arm-none-eabi-gdb/patches/gdb-mips-linux-nat.patch deleted file mode 100644 index ec4e9c2666f5..000000000000 --- a/srcpkgs/cross-arm-none-eabi-gdb/patches/gdb-mips-linux-nat.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/gdb/mips-linux-nat.c -+++ b/gdb/mips-linux-nat.c -@@ -31,7 +31,7 @@ - #include "gdb_proc_service.h" - #include "gregset.h" - --#include -+#include - #include "nat/gdb_ptrace.h" - #include - #include "inf-ptrace.h" diff --git a/srcpkgs/cross-arm-none-eabi-gdb/template b/srcpkgs/cross-arm-none-eabi-gdb/template index 230562e973bc..110caea9fc70 100644 --- a/srcpkgs/cross-arm-none-eabi-gdb/template +++ b/srcpkgs/cross-arm-none-eabi-gdb/template @@ -1,7 +1,7 @@ # Template file for 'cross-arm-none-eabi-gdb' pkgname=cross-arm-none-eabi-gdb -version=11.1 -revision=3 +version=12.1 +revision=1 build_style=gnu-configure configure_args="--target=arm-none-eabi --disable-werror --disable-nls --with-system-readline --with-system-gdbinit=/etc/gdb/gdbinit --with-system-zlib --without-isl @@ -18,9 +18,8 @@ maintainer="Orphaned " license="GPL-3.0-or-later" homepage="https://www.gnu.org/software/gdb" distfiles="${GNU_SITE}/gdb/gdb-${version}.tar.xz" -checksum=cccfcc407b20d343fb320d4a9a2110776dd3165118ffd41f4b1b162340333f94 +checksum=0e1793bf8f2b54d53f46dea84ccfd446f48f81b297b28c4f7fc017b818d69fed make_check=no # See gdb/template. -patch_args="-Np1" if [ "${CROSS_BUILD}" ]; then # Make python3.x detection work in cross builds