summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorEric Andersen <andersen@codepoet.org>2002-03-25 19:39:30 +0000
committerEric Andersen <andersen@codepoet.org>2002-03-25 19:39:30 +0000
commite06f6917c3363f743b082d2ba986ace206c30914 (patch)
treeaaf2676a40e04f05dc5915848916bb8628d89168 /Makefile
parent4920e52ebf10a97da801be34816b7d00054e5716 (diff)
Patch from Steven J. Hill to fix pthreads on mips
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index dabf92430..ac6b27bc0 100644
--- a/Makefile
+++ b/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 \