From bb7d9d0faa9232e6e7fd77680d96f925296e3921 Mon Sep 17 00:00:00 2001 From: notin Date: Wed, 30 Aug 2006 16:03:48 +0000 Subject: Modification du configure pour paramétrer les exécutables liés à la compilation C MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9099 85f007b7-540e-0410-9357-904b9bb8a0f7 --- config/Makefile.template | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'config') diff --git a/config/Makefile.template b/config/Makefile.template index 030670340..4e592e6e6 100644 --- a/config/Makefile.template +++ b/config/Makefile.template @@ -81,6 +81,11 @@ P4DEP=$(COQTOP)/bin/$(ARCH)/camlp4dep # Can be obtain by UNIX command arch ARCH=ARCHITECTURE +# Your C compiler and co +CC="CCEXEC" +AR="AREXEC" +RANLIB="RANLIBEXEC" + # Supplementary libs for some systems, currently: # . Sun Solaris: -cclib -lunix -cclib -lnsl -cclib -lsocket # . others : -cclib -lunix -- cgit v1.2.3