Explorar o código

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

Peter S. Mazinger %!s(int64=19) %!d(string=hai) anos
pai
achega
e968a6d9de
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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))