From 2d3a68004f8d82fecb5ab2c3625332fc663ca226 Mon Sep 17 00:00:00 2001 From: xleroy Date: Tue, 30 Apr 2013 06:58:06 +0000 Subject: Updated git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2219 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e --- exportclight/Clightgen.ml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'exportclight') diff --git a/exportclight/Clightgen.ml b/exportclight/Clightgen.ml index 97bdcbd..1e82059 100644 --- a/exportclight/Clightgen.ml +++ b/exportclight/Clightgen.ml @@ -221,7 +221,6 @@ Preprocessing options: -Wp, Pass option to the preprocessor Language support options (use -fno- to turn off -f) : -fbitfields Emulate bit fields in structs [off] - -flonglong Partial emulation of 'long long' types [on] -flongdouble Treat 'long double' as 'double' [off] -fstruct-return Emulate returning structs and unions by value [off] -fvararg-calls Emulate calls to variable-argument functions [on] @@ -237,7 +236,7 @@ General options: " let language_support_options = [ - option_fbitfields; option_flonglong; option_flongdouble; + option_fbitfields; option_flongdouble; option_fstruct_return; option_fvararg_calls; option_fpacked_structs ] @@ -261,7 +260,6 @@ let cmdline_actions = "-fnone$", Self (fun _ -> List.iter (fun r -> r := false) language_support_options); ] - @ f_opt "longlong" option_flonglong @ f_opt "longdouble" option_flongdouble @ f_opt "struct-return" option_fstruct_return @ f_opt "bitfields" option_fbitfields -- cgit v1.2.3