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

Update creation Configuration.ml

git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1022 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
parent 5e162004
No related branches found
No related tags found
No related merge requests found
......@@ -40,7 +40,8 @@ Configuration.ml: ../Makefile.config
echo 'let asm = "$(CASM)"'; \
echo 'let linker = "$(CLINKER)"'; \
echo 'let arch = "$(ARCH)"'; \
echo 'let variant = "$(VARIANT)"') \
echo 'let variant = "$(VARIANT)"'; \
echo 'let system = "$(SYSTEM)"') \
> Configuration.ml
clean:
......
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