summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorXavier Leroy <xavier.leroy@inria.fr>1998-11-18 18:10:53 +0000
committerXavier Leroy <xavier.leroy@inria.fr>1998-11-18 18:10:53 +0000
commitb71badac85ca5b739b8fcf0a6b69bac9361fecc8 (patch)
tree13f039a1b31de2382ba59bdcf8e8ca2239d8f7cf /Makefile
parent12fe29b0283af8ed87d2931b7783d4ee3c1d2d55 (diff)
downloadocaml-b71badac85ca5b739b8fcf0a6b69bac9361fecc8.tar.gz
Mips/Irix: passage en mode -n32. Mips/Ultrix: suppression
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@2183 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 6c685ed6e2..7882c39684 100644
--- a/Makefile
+++ b/Makefile
@@ -425,8 +425,6 @@ runtimeopt:
cd asmrun; $(MAKE) all
if test -f stdlib/libasmrun.a; then :; else \
ln -s ../asmrun/libasmrun.a stdlib/libasmrun.a; fi
- if test -f stdlib/libasmrunp.a; then :; else \
- ln -s ../asmrun/libasmrunp.a stdlib/libasmrunp.a; fi
clean::
cd asmrun; $(MAKE) clean
rm -f stdlib/libasmrun.a