From e968a6d9de1b84d5bb1ddfeff92107e6a1e4e84c Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Tue, 17 Jan 2006 10:01:28 +0000 Subject: Add libc_pthread_init to libc.a as well, should correct bug reported to ml --- libpthread/linuxthreads.old/Makefile.in | 1 + 1 file changed, 1 insertion(+) (limited to 'libpthread/linuxthreads.old/Makefile.in') 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)) -- cgit v1.2.3