From 3dfefae62738b7b8f8539619e18b53900addb450 Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Wed, 10 Jul 2013 12:51:23 +0200 Subject: workaround for cygwin problem: http://cygwin.com/ml/cygwin/2013-05/msg00222.html --- toolchain/eglibc/patches/cygwin.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 toolchain/eglibc/patches/cygwin.patch (limited to 'toolchain') diff --git a/toolchain/eglibc/patches/cygwin.patch b/toolchain/eglibc/patches/cygwin.patch new file mode 100644 index 000000000..647d27a25 --- /dev/null +++ b/toolchain/eglibc/patches/cygwin.patch @@ -0,0 +1,9 @@ +diff -Nur eglibc-2.17.orig/libc/ports/sysdeps/arm/nptl/pthread_spin_lock.c eglibc-2.17/libc/ports/sysdeps/arm/nptl/pthread_spin_lock.c +--- eglibc-2.17.orig/libc/ports/sysdeps/arm/nptl/pthread_spin_lock.c 2013-05-08 14:27:27.000000000 +0200 ++++ eglibc-2.17/libc/ports/sysdeps/arm/nptl/pthread_spin_lock.c 2013-07-10 12:48:57.000000000 +0200 +@@ -20,4 +20,4 @@ + /* We can't use the normal "#include " because + it will resolve to this very file. Using "sysdeps/.." as reference to the + top level directory does the job. */ +-#include ++#include <../sysdeps/../nptl/pthread_spin_lock.c> -- cgit v1.2.3