diff options
| author | glondu | 2008-09-05 06:09:09 +0000 |
|---|---|---|
| committer | glondu | 2008-09-05 06:09:09 +0000 |
| commit | dd0fa1a38613af80e3b261eb5e6be1b6f40a8bda (patch) | |
| tree | 551802cc4c5f745fbee92515925ef79f1f600e4e /config/Makefile.template | |
| parent | 0f4d785afdcca74dd84f75d3b487a64e624fb66c (diff) | |
Parametrize link flags for VM-dependent bytecode
* Remove unneeded -custom flags.
* Replace needed ones by a configure parameter. Setting it to "-dllib
-lcoqrun" enables the creation/usage of pure bytecode executable
provided the so/dll with the VM is found by ocamlrun.
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11363 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'config/Makefile.template')
| -rw-r--r-- | config/Makefile.template | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config/Makefile.template b/config/Makefile.template index a48bbceb96..cd19503adb 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -21,6 +21,9 @@ COQ_CONFIGURED=yes # Local use (no installation) LOCAL=LOCALINSTALLATION +# Bytecode link flags for VM ("-custom" or "-dllib -lcoqrun") +COQRUNBYTEFLAGS=XCOQRUNBYTEFLAGS + # Paths for true installation # BINDIR=path where coqtop, coqc, coqmktop, coq-tex, coqdep, gallina and # do_Makefile will reside |
