From 4a5d1d0e95d6ec6ac9c9418af9d93a0ad2e7c100 Mon Sep 17 00:00:00 2001 From: Hannu Nyman Date: Sun, 10 Dec 2023 00:08:15 +0200 Subject: devel/gdb: Update to 14.1 Update the gdb package to 14.1 * mpfr is now required, remove the 'without' and add dependency * remove mpc 'without' that is parsed wrongly, causing "-Lno/lib" * refresh patches Signed-off-by: Hannu Nyman --- package/devel/gdb/patches/130-gdb-ctrl-c.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/devel/gdb/patches/130-gdb-ctrl-c.patch') diff --git a/package/devel/gdb/patches/130-gdb-ctrl-c.patch b/package/devel/gdb/patches/130-gdb-ctrl-c.patch index 8650ce844c..5272b7e969 100644 --- a/package/devel/gdb/patches/130-gdb-ctrl-c.patch +++ b/package/devel/gdb/patches/130-gdb-ctrl-c.patch @@ -24,7 +24,7 @@ Signed-off-by: Khem Raj --- a/gdbserver/linux-low.cc +++ b/gdbserver/linux-low.cc -@@ -5467,7 +5467,7 @@ linux_process_target::request_interrupt +@@ -5481,7 +5481,7 @@ linux_process_target::request_interrupt { /* Send a SIGINT to the process group. This acts just like the user typed a ^C on the controlling terminal. */ -- cgit v1.2.3