summaryrefslogtreecommitdiff
path: root/toolchain
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2013-07-10 12:51:23 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2013-07-10 12:51:23 +0200
commit3dfefae62738b7b8f8539619e18b53900addb450 (patch)
treeca8d59c554e094ca87b8d7892f4857034d208456 /toolchain
parent57af3d284e4296e643bc6da57506311931162927 (diff)
workaround for cygwin problem: http://cygwin.com/ml/cygwin/2013-05/msg00222.html
Diffstat (limited to 'toolchain')
-rw-r--r--toolchain/eglibc/patches/cygwin.patch9
1 files changed, 9 insertions, 0 deletions
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 <nptl/pthread_spin_lock.c>" because
+ it will resolve to this very file. Using "sysdeps/.." as reference to the
+ top level directory does the job. */
+-#include <sysdeps/../nptl/pthread_spin_lock.c>
++#include <../sysdeps/../nptl/pthread_spin_lock.c>