Procházet zdrojové kódy

Patch from Steven J. Hill to fix pthreads on mips

Eric Andersen před 24 roky
rodič
revize
e06f6917c3
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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 \