aboutsummaryrefslogtreecommitdiffstats
path: root/cparser/Main.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-07 16:59:26 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2010-03-07 16:59:26 +0000
commit6a8503115a9952dc793d15d0ea9033b68b30aae6 (patch)
tree6cdfea7214ef2902abd4fa0604e1d0a505fd33c8 /cparser/Main.ml
parenta74f6b45d72834b5b8417297017bd81424123d98 (diff)
downloadcompcert-6a8503115a9952dc793d15d0ea9033b68b30aae6.tar.gz
compcert-6a8503115a9952dc793d15d0ea9033b68b30aae6.zip
Revised treatment of builtins
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1283 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'cparser/Main.ml')
-rw-r--r--cparser/Main.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/cparser/Main.ml b/cparser/Main.ml
index de286b05..3b93d666 100644
--- a/cparser/Main.ml
+++ b/cparser/Main.ml
@@ -76,6 +76,7 @@ let rec parse_cmdline prepro args i =
end
let _ =
+ Builtins.set GCC.builtins;
let args = parse_cmdline [] [] 1 in
let cmd = "gcc " ^ String.concat " " (List.map Filename.quote args) in
let rc = Sys.command cmd in