From c7b9a9bd70ade88484070cc0204851d7f7304c27 Mon Sep 17 00:00:00 2001 From: Bryan Hundven Date: Wed, 21 Oct 2015 17:51:13 -0700 Subject: musl-libc: backport gcc-6 musl support, add gdb and strace patches This gets gcc and friends working with musl-libc. GDB and Strace patches come from openwrt. Signed-off-by: Bryan Hundven --- .../strace/4.10/009-upstream-musl_includes.patch | 53 ++++++++++++++++++++++ 1 file changed, 53 insertions(+) create mode 100644 patches/strace/4.10/009-upstream-musl_includes.patch (limited to 'patches/strace') diff --git a/patches/strace/4.10/009-upstream-musl_includes.patch b/patches/strace/4.10/009-upstream-musl_includes.patch new file mode 100644 index 00000000..a35d7fd5 --- /dev/null +++ b/patches/strace/4.10/009-upstream-musl_includes.patch @@ -0,0 +1,53 @@ +--- a/evdev.c ++++ b/evdev.c +@@ -28,6 +28,8 @@ + + #include "defs.h" + ++#include ++ + #ifdef HAVE_LINUX_INPUT_H + #include + #include "xlat/evdev_abs.h" +--- a/ioctl.c ++++ b/ioctl.c +@@ -29,7 +29,7 @@ + */ + + #include "defs.h" +-#include ++#include + #include "xlat/ioctl_dirs.h" + + #ifdef HAVE_LINUX_INPUT_H +--- a/ioctlsort.c ++++ b/ioctlsort.c +@@ -33,7 +33,7 @@ + #include + #include + #include +-#include ++#include + + struct ioctlent { + const char *info; +--- a/mknod.c ++++ b/mknod.c +@@ -1,6 +1,7 @@ + #include "defs.h" + + #include ++#include + + #ifdef MAJOR_IN_SYSMACROS + # include +--- a/printmode.c ++++ b/printmode.c +@@ -1,6 +1,7 @@ + #include "defs.h" + + #include ++#include + + #include "xlat/modetypes.h" + -- cgit v1.2.3