immortalwrt/package/devel
Hauke Mehrtens 54559d858a
gdb: The signal definitions of musl and gdb collide
This fixes compilation of gdb on arm64.

The kernel defines "struct sigcontext" in asm/sigcontext.h and musl libc
defines it in signal.h, which collides.
Kernel 4.14 misses the definitions of struct user_sve_header so we still
have to use the aarch64-sve-linux-sigcontext.h header file which also
provides that and make sure aarch64-sve-linux-sigcontext.h does not
provide the same headers as the kernel or musl.

Fixes: FS#2040
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
(cherry picked from commit bc89690f6e)
2022-04-04 22:09:04 +08:00
..
binutils binutils: fix compiling with arch-based distros 2022-01-03 13:46:58 +08:00
gdb gdb: The signal definitions of musl and gdb collide 2022-04-04 22:09:04 +08:00
perf perf: disable libzstd support 2020-10-12 11:27:53 +08:00
strace strace: Update to version 5.16 2022-02-18 18:32:40 +08:00
trace-cmd trace-cmd: update to 2.9.1 2021-01-02 12:01:35 +08:00
valgrind valgrind: Activate also on MIPS 64 2021-12-09 23:57:36 +08:00