aboutsummaryrefslogtreecommitdiffstats
path: root/package/devel/strace
diff options
context:
space:
mode:
authorHauke Mehrtens <hauke@hauke-m.de>2019-11-09 20:07:18 +0100
committerHauke Mehrtens <hauke@hauke-m.de>2019-11-09 20:42:04 +0100
commit69dcd89dcd1358eaf226029793afa1a1ef8e4022 (patch)
tree1d79b8ce3ae4a4593f3f8234c46766ad2525ac60 /package/devel/strace
parent0803b62fc617a140da094a97b1c8dc2b99a3a34f (diff)
downloadupstream-69dcd89dcd1358eaf226029793afa1a1ef8e4022.tar.gz
upstream-69dcd89dcd1358eaf226029793afa1a1ef8e4022.tar.bz2
upstream-69dcd89dcd1358eaf226029793afa1a1ef8e4022.zip
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)
Diffstat (limited to 'package/devel/strace')
-rw-r--r--package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch17
1 files changed, 0 insertions, 17 deletions
diff --git a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch b/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch
deleted file mode 100644
index 93e2980749..0000000000
--- a/package/devel/strace/patches/100-workaround--pt-reg-collisions-ppc.patch
+++ /dev/null
@@ -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