mirror of
https://github.com/openwrt/openwrt.git
synced 2025-01-31 08:25:29 +00: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> (cherry picked from commit b01305c8d26d8eb3525cf79591075601b04736cc)
This commit is contained in:
parent
0803b62fc6
commit
69dcd89dcd
@ -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
|
Loading…
x
Reference in New Issue
Block a user