aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-02-29 10:01:18 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2012-02-29 10:01:18 +0000
commiteba1a2fc06f269191407b734779b60b2e012b8e7 (patch)
tree643d9c51b8a85da31a2707804c1959acb3349866 /driver/Clflags.ml
parentf4954776822ac0b32d5ed659301f2377950f9ca1 (diff)
downloadcompcert-eba1a2fc06f269191407b734779b60b2e012b8e7.tar.gz
compcert-eba1a2fc06f269191407b734779b60b2e012b8e7.zip
Added command-line options -Wp,<opt> -Wa,<opt> -Wl,<opt>
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@1832 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml1
1 files changed, 1 insertions, 0 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 95f42092..2eb41477 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -14,6 +14,7 @@
let prepro_options = ref ([]: string list)
let linker_options = ref ([]: string list)
+let assembler_options = ref ([]: string list)
let exe_name = ref "a.out"
let option_flonglong = ref true
let option_flongdouble = ref false