efb2ca1
From 55f34d6a262a7e29172ad52ef2d6688ac2c02381 Mon Sep 17 00:00:00 2001
efb2ca1
From: "Richard W.M. Jones" <rjones@redhat.com>
efb2ca1
Date: Mon, 30 Dec 2013 20:32:03 +0000
efb2ca1
Subject: [PATCH 11/11] Disable ocamldoc and camlp4opt (aarch64 only)
efb2ca1
efb2ca1
---
efb2ca1
 Makefile | 8 ++++----
efb2ca1
 1 file changed, 4 insertions(+), 4 deletions(-)
efb2ca1
efb2ca1
diff --git a/Makefile b/Makefile
efb2ca1
index 10c80d2..e0a7d9e 100644
efb2ca1
--- a/Makefile
efb2ca1
+++ b/Makefile
efb2ca1
@@ -686,8 +686,8 @@ alldepend::
efb2ca1
 ocamldoc: ocamlc ocamlyacc ocamllex otherlibraries
efb2ca1
 	cd ocamldoc && $(MAKE) all
efb2ca1
 
efb2ca1
-ocamldoc.opt: ocamlc.opt ocamlyacc ocamllex
efb2ca1
-	cd ocamldoc && $(MAKE) opt.opt
efb2ca1
+#ocamldoc.opt: ocamlc.opt ocamlyacc ocamllex
efb2ca1
+#	cd ocamldoc && $(MAKE) opt.opt
efb2ca1
 
efb2ca1
 partialclean::
efb2ca1
 	cd ocamldoc && $(MAKE) clean
efb2ca1
@@ -734,8 +734,8 @@ alldepend::
efb2ca1
 camlp4out: ocamlc ocamlbuild.byte
efb2ca1
 	./build/camlp4-byte-only.sh
efb2ca1
 
efb2ca1
-camlp4opt: ocamlopt otherlibrariesopt ocamlbuild-mixed-boot ocamlbuild.native
efb2ca1
-	./build/camlp4-native-only.sh
efb2ca1
+#camlp4opt: ocamlopt otherlibrariesopt ocamlbuild-mixed-boot ocamlbuild.native
efb2ca1
+#	./build/camlp4-native-only.sh
efb2ca1
 
efb2ca1
 # Ocamlbuild
efb2ca1
 #ifeq ($(OCAMLBUILD_NOBOOT),"yes")
efb2ca1
-- 
efb2ca1
1.8.4.2
efb2ca1