Browse Source

Patch from Steven J. Hill to fix pthreads on mips

Eric Andersen 23 years ago
parent
commit
e06f6917c3
1 changed files with 2 additions and 0 deletions
  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 \