From 0392f46b4310a4e1e9c99a0a2d57bf802b9270e6 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 13 Jan 2009 20:44:29 +0000 Subject: fix the new libpthread implementation - the function table init was broken SVN-Revision: 14027 --- toolchain/uClibc/patches/200-libpthread_static.patch | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 toolchain/uClibc/patches/200-libpthread_static.patch (limited to 'toolchain/uClibc/patches/200-libpthread_static.patch') diff --git a/toolchain/uClibc/patches/200-libpthread_static.patch b/toolchain/uClibc/patches/200-libpthread_static.patch deleted file mode 100644 index 269370d075..0000000000 --- a/toolchain/uClibc/patches/200-libpthread_static.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- a/libpthread/linuxthreads/Makefile.in -+++ b/libpthread/linuxthreads/Makefile.in -@@ -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