summaryrefslogtreecommitdiff
path: root/toolchain/uclibc
diff options
context:
space:
mode:
authorThorsten Glaser <tg@mirbsd.org>2014-09-28 00:07:04 +0200
committerWaldemar Brodkorb <wbx@openadk.org>2014-09-29 22:25:59 +0200
commit9927e8dd468d3cb1cfd6d6bfa7b4ff63cd1e837a (patch)
tree2cafdc349c314a1569368cb886d5e0425283ffe5 /toolchain/uclibc
parente06adaca695ff3c07165e5ed9f8fdf63f43f7cd5 (diff)
fix compilation; proposed patch, may be totally wrong
Diffstat (limited to 'toolchain/uclibc')
-rw-r--r--toolchain/uclibc/patches/0.9.34-git/0007-enable-cancellation-stuff-for-libc_a.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/toolchain/uclibc/patches/0.9.34-git/0007-enable-cancellation-stuff-for-libc_a.patch b/toolchain/uclibc/patches/0.9.34-git/0007-enable-cancellation-stuff-for-libc_a.patch
new file mode 100644
index 000000000..92b532b63
--- /dev/null
+++ b/toolchain/uclibc/patches/0.9.34-git/0007-enable-cancellation-stuff-for-libc_a.patch
@@ -0,0 +1,11 @@
+--- a/libpthread/linuxthreads/Makefile.in.orig 2014-09-27 23:26:40.000000000 +0200
++++ b/libpthread/linuxthreads/Makefile.in 2014-09-27 23:27:12.000000000 +0200
+@@ -65,7 +65,7 @@ CFLAGS-OMIT-libc_pthread_init.c := $(CFL
+ libpthread_libc_CSRC := \
+ forward.c libc-cancellation.c libc_pthread_init.c # alloca_cutoff.c
+ libpthread_libc_OBJ := $(patsubst %.c, $(libpthread_OUT)/%.o,$(libpthread_libc_CSRC))
+-libc-static-y += $(libpthread_OUT)/libc_pthread_init.o
++libc-static-y += $(libpthread_OUT)/libc_pthread_init.o $(libpthread_OUT)/libc-cancellation.o
+ libc-shared-y += $(libpthread_libc_OBJ:.o=.oS)
+
+ libpthread-static-y += $(patsubst %,$(libpthread_OUT)/%.o,$(libpthread_static_SRC))