diff options
| author | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-17 10:01:28 +0000 | 
|---|---|---|
| committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-01-17 10:01:28 +0000 | 
| commit | e968a6d9de1b84d5bb1ddfeff92107e6a1e4e84c (patch) | |
| tree | 04e91ba567220dff1a25421ae0b3a2dfcd552fd6 | |
| parent | 0d996aaa3d68cfa531c01114309d122565eb4937 (diff) | |
| download | uClibc-alpine-e968a6d9de1b84d5bb1ddfeff92107e6a1e4e84c.tar.bz2 uClibc-alpine-e968a6d9de1b84d5bb1ddfeff92107e6a1e4e84c.tar.xz | |
Add libc_pthread_init to libc.a as well, should correct bug reported to ml
| -rw-r--r-- | libpthread/linuxthreads.old/Makefile.in | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/libpthread/linuxthreads.old/Makefile.in b/libpthread/linuxthreads.old/Makefile.in index 47a4f8d98..ce78248c3 100644 --- a/libpthread/linuxthreads.old/Makefile.in +++ b/libpthread/linuxthreads.old/Makefile.in @@ -63,6 +63,7 @@ CFLAGS-forward.c := -DIS_IN_libc  CFLAGS-libc_pthread_init.c := -DIS_IN_libc  libpthread_libc_CSRC := forward.c libc_pthread_init.c  libpthread_libc_OBJ  := $(patsubst %.c, $(libpthread_OUT)/%.o,$(libpthread_libc_CSRC)) +libc-static-y += $(libpthread_OUT)/libc_pthread_init.o  libc-shared-y += $(libpthread_libc_OBJ:.o=.oS)  libpthread-static-y += $(patsubst %.c,$(libpthread_OUT)/%.o,$(libpthread_SPEC_SRC)) | 
