diff options
author | Felix Fietkau <nbd@openwrt.org> | 2009-01-13 20:44:29 +0000 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2009-01-13 20:44:29 +0000 |
commit | 696d714c8778290272b9990e741daa3f6dd52b4b (patch) | |
tree | da1a88bc93fb237eeec0a46a1a038ca4aab577f3 /toolchain/uClibc/patches/200-libpthread_static.patch | |
parent | 807400938b47e16fd4b6c4812d2968bc5006f58a (diff) | |
download | upstream-696d714c8778290272b9990e741daa3f6dd52b4b.tar.gz upstream-696d714c8778290272b9990e741daa3f6dd52b4b.tar.bz2 upstream-696d714c8778290272b9990e741daa3f6dd52b4b.zip |
fix the new libpthread implementation - the function table init was broken
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@14027 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'toolchain/uClibc/patches/200-libpthread_static.patch')
-rw-r--r-- | toolchain/uClibc/patches/200-libpthread_static.patch | 11 |
1 files changed, 0 insertions, 11 deletions
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)) |