浏览代码

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

Peter S. Mazinger 19 年之前
父节点
当前提交
e968a6d9de
共有 1 个文件被更改,包括 1 次插入0 次删除
  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))