From 9927e8dd468d3cb1cfd6d6bfa7b4ff63cd1e837a Mon Sep 17 00:00:00 2001 From: Thorsten Glaser Date: Sun, 28 Sep 2014 00:07:04 +0200 Subject: fix compilation; proposed patch, may be totally wrong --- .../0007-enable-cancellation-stuff-for-libc_a.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 toolchain/uclibc/patches/0.9.34-git/0007-enable-cancellation-stuff-for-libc_a.patch (limited to 'toolchain/uclibc') 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)) -- cgit v1.2.3