浏览代码

Patch from Steven J. Hill to fix pthreads on mips

Eric Andersen 24 年之前
父节点
当前提交
e06f6917c3
共有 1 个文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Makefile

+ 2 - 0
Makefile

@@ -82,6 +82,8 @@ headers: dummy
 	    ln -fs mips mipsel; \
 	    cd $(PWD)/ldso/ldso; \
 	    ln -fs mips mipsel; \
+	    cd $(PWD)/libpthread/linuxthreads/sysdeps; \
+	    ln -fs mips mipsel; \
 	elif [ $(TARGET_ARCH) = "h8300" ];then \
 	    ln -fs $(KERNEL_SOURCE)/include/asm-h8300 include/asm; \
 	else \