[Pkg-ocaml-maint-commits] [SCM] ceve packaging branch, master, updated. e3233ddb987f62a0b37b2dd935aa0cda963feffd

Stefano Zacchiroli zack at upsilon.cc
Tue Jun 3 12:31:03 UTC 2008


The following commit has been merged in the master branch:
commit 905b23c40ebb236f8302c35959e6b0e7638aa8a9
Author: Stefano Zacchiroli <zack at upsilon.cc>
Date:   Tue Jun 3 14:27:37 2008 +0200

    avoid linking bytecode ceve in custom mode
    
    it is no longer necessary and avoiding it gives us an architecture
    independent executable

diff --git a/Makefile b/Makefile
index 265d0b0..88a5a5a 100644
--- a/Makefile
+++ b/Makefile
@@ -31,7 +31,7 @@ all: ceve
 opt: ceve.opt
 
 ceve: $(OBJS)
-	$(OCAMLFIND) ocamlc -verbose -thread -custom -o $@ -linkpkg $(PACKAGES) $(C_LIBRARIES) $(CCOPTFLAGS) $(OBJS)
+	$(OCAMLFIND) ocamlc -verbose -thread -o $@ -linkpkg $(PACKAGES) $(C_LIBRARIES) $(CCOPTFLAGS) $(OBJS)
 
 ceve.opt: $(XBJS)
 	$(OCAMLFIND) ocamlopt -thread -o $@ -linkpkg $(PACKAGES) $(C_LIBRARIES) $(CCOPTFLAGS) $(XBJS)

-- 
ceve packaging



More information about the Pkg-ocaml-maint-commits mailing list