From 5761703380580368de6a80e098f3dce8ecbe6f00 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 7 Jun 2015 09:55:47 -0500 Subject: fix strace for crisv32 (experimental) --- package/strace/patches/patch-Makefile_am | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 package/strace/patches/patch-Makefile_am (limited to 'package/strace/patches/patch-Makefile_am') diff --git a/package/strace/patches/patch-Makefile_am b/package/strace/patches/patch-Makefile_am new file mode 100644 index 000000000..82ef21741 --- /dev/null +++ b/package/strace/patches/patch-Makefile_am @@ -0,0 +1,16 @@ +--- strace-4.10.orig/Makefile.am 2015-03-05 20:19:01.000000000 -0600 ++++ strace-4.10/Makefile.am 2015-06-07 09:23:50.141506084 -0500 +@@ -196,7 +196,13 @@ EXTRA_DIST = \ + linux/bfin/ioctls_inc0.h \ + linux/bfin/syscallent.h \ + linux/bfin/userent.h \ ++ linux/crisv10/ioctls_arch0.h \ ++ linux/crisv10/ioctls_inc0.h \ ++ linux/crisv10/syscallent.h \ + linux/crisv10/userent.h \ ++ linux/crisv32/ioctls_arch0.h \ ++ linux/crisv32/ioctls_inc0.h \ ++ linux/crisv32/syscallent.h \ + linux/crisv32/userent.h \ + linux/dummy.h \ + linux/errnoent.h \ -- cgit v1.2.3