From 945bcf416cdd22c05e1e2b6d44a575941c2b6def Mon Sep 17 00:00:00 2001 From: Carlo Landmeter Date: Thu, 8 Oct 2015 18:25:40 +0000 Subject: testing/mono: build fix for arm sigcontext get included twice --- testing/mono/arm-remove-sigcontext-include.patch | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 testing/mono/arm-remove-sigcontext-include.patch (limited to 'testing/mono/arm-remove-sigcontext-include.patch') diff --git a/testing/mono/arm-remove-sigcontext-include.patch b/testing/mono/arm-remove-sigcontext-include.patch new file mode 100644 index 0000000000..2b6e28d0c6 --- /dev/null +++ b/testing/mono/arm-remove-sigcontext-include.patch @@ -0,0 +1,15 @@ +--- ./mono/mini/exceptions-arm.c.orig ++++ ./mono/mini/exceptions-arm.c +@@ -13,12 +13,6 @@ + #include + #include + +-#ifndef MONO_CROSS_COMPILE +-#ifdef HAVE_ASM_SIGCONTEXT_H +-#include +-#endif /* def HAVE_ASM_SIGCONTEXT_H */ +-#endif +- + #ifdef HAVE_UCONTEXT_H + #include + #endif /* def HAVE_UCONTEXT_H */ -- cgit v1.2.3