Browse Source

Add libc_pthread_init to libc.a as well, should correct bug reported to ml

Peter S. Mazinger 19 years ago
parent
commit
e968a6d9de
1 changed files with 1 additions and 0 deletions
  1. 1 0
      libpthread/linuxthreads.old/Makefile.in

+ 1 - 0
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))