From cb98b76ae682af3a6de753a348d50faf287646d1 Mon Sep 17 00:00:00 2001 From: Marcel Moolenaar Date: Wed, 11 Nov 2009 16:13:16 +0000 Subject: [PATCH] ocaml builds on ia64. Approved by: stas --- lang/ocaml/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lang/ocaml/Makefile b/lang/ocaml/Makefile index 72a7b5fa3913..03fa1d914365 100644 --- a/lang/ocaml/Makefile +++ b/lang/ocaml/Makefile @@ -81,7 +81,7 @@ CONFIGURE_ARGS+= -tkdefs \ -tklibs "-L${LOCALBASE}/lib ${THR_LD}" .endif -.if ${ARCH} == sparc64 || ${ARCH} == ia64 +.if ${ARCH} == sparc64 BROKEN= ocamlc.opt seg-faults on ${ARCH}, please try to fix .endif