diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-03-25 19:39:30 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-03-25 19:39:30 +0000 |
commit | e06f6917c3363f743b082d2ba986ace206c30914 (patch) | |
tree | aaf2676a40e04f05dc5915848916bb8628d89168 /Makefile | |
parent | 4920e52ebf10a97da801be34816b7d00054e5716 (diff) |
Patch from Steven J. Hill to fix pthreads on mips
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 \ |