tn3399_openwrt/package/devel
Hauke Mehrtens bc89690f6e 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>
2019-01-12 22:38:50 +01:00
..
binutils add PKG_CPE_ID ids to package and tools 2017-11-17 02:24:35 +01:00
gdb gdb: The signal definitions of musl and gdb collide 2019-01-12 22:38:50 +01:00
gdb-arc toolchain/arc: update to the most recent release arc-2017.09 2018-01-27 16:46:44 +01:00
perf perf: remove linux 4.4 workarounds 2018-07-07 14:53:26 +02:00
strace strace: update to 4.25 2018-11-25 19:23:03 +01:00
trace-cmd devel/trace-cmd: Update to 2.6.1 2017-05-18 07:58:59 +02:00
valgrind valgrind: enable LTO and refresh patches 2018-11-26 09:44:42 +01:00