OSDN Git Service

Add libc_pthread_init to libc.a as well, should correct bug reported to ml
authorPeter S. Mazinger <ps.m@gmx.net>
Tue, 17 Jan 2006 10:01:28 +0000 (10:01 -0000)
committerPeter S. Mazinger <ps.m@gmx.net>
Tue, 17 Jan 2006 10:01:28 +0000 (10:01 -0000)
libpthread/linuxthreads.old/Makefile.in

index 47a4f8d..ce78248 100644 (file)
@@ -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))