1
0
mirror of https://git.openwrt.org/openwrt/openwrt.git synced 2024-06-18 13:13:55 +02:00

strace: Fix build on PowerPC

This patch breaks building on PowerPC, like the mpc85xx_generic
target for me.

Fixes: FS#2585
Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
This commit is contained in:
Hauke Mehrtens 2019-11-09 20:07:18 +01:00
parent 3459013257
commit b01305c8d2

View File

@ -1,17 +0,0 @@
--- a/ptrace.h
+++ b/ptrace.h
@@ -30,7 +30,14 @@
# define ptrace_peeksiginfo_args XXX_ptrace_peeksiginfo_args
# endif
+#if POWERPC
+#include <linux/types.h>
+#define __ASSEMBLY__
+#endif
# include <linux/ptrace.h>
+#if POWERPC
+#undef __ASSEMBLY__
+#endif
# ifdef HAVE_STRUCT_IA64_FPREG
# undef ia64_fpreg