From 0a16a127996cd7b5e991d47cfd8b34fd068c49b5 Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Mon, 11 Apr 2016 02:42:07 +0000 Subject: [PATCH] add patch fixing mips libgcc_eh build not to depend on kernel headers --- patches/gcc-5.2.0/0009-mipsdw.diff | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 patches/gcc-5.2.0/0009-mipsdw.diff diff --git a/patches/gcc-5.2.0/0009-mipsdw.diff b/patches/gcc-5.2.0/0009-mipsdw.diff new file mode 100644 index 0000000..684f9d9 --- /dev/null +++ b/patches/gcc-5.2.0/0009-mipsdw.diff @@ -0,0 +1,11 @@ +--- libgcc/config/mips/linux-unwind.h.orig 2016-04-07 23:08:58.088577977 +0000 ++++ libgcc/config/mips/linux-unwind.h 2016-04-07 23:04:34.016523639 +0000 +@@ -27,7 +27,7 @@ + state data appropriately. See unwind-dw2.c for the structs. */ + + #include +-#include ++#include + + /* The third parameter to the signal handler points to something with + * this structure defined in asm/ucontext.h, but the name clashes with