Explorar o código

Patch from Steven J. Hill to fix pthreads on mips

Eric Andersen %!s(int64=24) %!d(string=hai) anos
pai
achega
e06f6917c3
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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 \