Skip to content
Snippets Groups Projects
Commit 831c5fdf authored by xleroy's avatar xleroy
Browse files

Turn off generation of libcil.a, which is not correct with OCaml 3.11

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@932 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent c79395a8
No related branches found
No related tags found
No related merge requests found
--- ../cil/Makefile.in.orig 2006-05-21 06:14:15.000000000 +0200 --- ../cil/Makefile.in.orig 2008-12-31 19:08:43.000000000 +0100
+++ ../cil/Makefile.in 2008-03-04 14:04:21.000000000 +0100 +++ ../cil/Makefile.in 2008-12-31 19:09:00.000000000 +0100
@@ -212,7 +212,7 @@
# build two libraries
.PHONY: cillib libcil
ifeq ($(NATIVECAML),1)
-cillib: $(OBJDIR)/cil.$(CMXA) $(OBJDIR)/libcil.a
+cillib: $(OBJDIR)/cil.$(CMXA) # $(OBJDIR)/libcil.a
else
cillib: $(OBJDIR)/cil.$(CMXA)
endif
@@ -243,9 +243,9 @@ @@ -243,9 +243,9 @@
echo " Zrapp.feature;" >> $@ echo " Zrapp.feature;" >> $@
endif endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment