From 4f6040ec25279563206482675b237b5f388f8481 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Fri, 7 Feb 2014 19:35:22 +0100 Subject: fix cross-compile on Darwin --- .../gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 package/gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc (limited to 'package/gcc') diff --git a/package/gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc b/package/gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc new file mode 100644 index 000000000..beeba8148 --- /dev/null +++ b/package/gcc/patches/4.7.3/patch-libgcc_unwind-arm-common_inc @@ -0,0 +1,14 @@ +--- gcc-4.7.3.orig/libgcc/unwind-arm-common.inc 2011-12-20 21:54:25.000000000 +0100 ++++ gcc-4.7.3/libgcc/unwind-arm-common.inc 2014-02-05 15:10:25.000000000 +0100 +@@ -25,11 +25,6 @@ + #include "tsystem.h" + #include "unwind.h" + +-/* Used for SystemTap unwinder probe. */ +-#ifdef HAVE_SYS_SDT_H +-#include +-#endif +- + /* We add a prototype for abort here to avoid creating a dependency on + target headers. */ + extern void abort (void); -- cgit v1.2.3