Commit Graph

6 Commits (082bdf545d178ac87e48f26db5b9bf34df05b675)

Author SHA1 Message Date
David Allsopp f71a41daaf Add internal toggle to disable using .opt binaries
Adding USE_BEST_BINARIES= to the command line disables the use of the
.opt compilers.
2020-09-14 16:13:41 +01:00
Sébastien Hinderer bdd9ca391e Add the $(EXE) suffix to all programs at build rather than install time
This commit touches neither boot/ocamlc nor boot/ocamllex

It has the side-effect of fixing the cleanup rules which did not use the
$(EXE) extension when removing a file although it was produced with the
$(EXE) extension.
2020-06-18 11:16:55 +02:00
Gabriel Scherer a5b6fd198a Makefiles: require only the bootstrap compiler for BEST_OCAMLDEP 2020-05-01 22:23:28 +01:00
Xavier Leroy 3575eb1853 nicer style in Makefile.best_binaries 2019-10-12 10:30:34 +02:00
Gabriel Scherer 23e2c6e610 Makefile.best_binaries: only use the native tool when it is newer (not stale) 2019-10-12 10:30:34 +02:00
Gabriel Scherer 70adde7ff5 Makefile.best_binaries: best-effort commands for OCAML{C,OPT,DEP,LEX} 2019-10-12 10:23:29 +02:00