aboutsummaryrefslogtreecommitdiffstats
path: root/driver/Clflags.ml
diff options
context:
space:
mode:
authorxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-11-27 08:53:19 +0000
committerxleroy <xleroy@fca1b0fc-160b-0410-b1d3-a4f43f01ea2e>2013-11-27 08:53:19 +0000
commit6ee04b19dc6106932e7498e34c1b4938a94bf074 (patch)
treeab13736cea1d59384199e457a3329f12c0524f84 /driver/Clflags.ml
parent726c815f2070e9ae40bdf6df1d4e63b4a60b6e09 (diff)
downloadcompcert-6ee04b19dc6106932e7498e34c1b4938a94bf074.tar.gz
compcert-6ee04b19dc6106932e7498e34c1b4938a94bf074.zip
Rename "-fno-sse" into "-fno-fpu" and honor it on PowerPC as well.
git-svn-id: https://yquem.inria.fr/compcert/svn/compcert/trunk@2374 fca1b0fc-160b-0410-b1d3-a4f43f01ea2e
Diffstat (limited to 'driver/Clflags.ml')
-rw-r--r--driver/Clflags.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver/Clflags.ml b/driver/Clflags.ml
index 88983d11..4871222e 100644
--- a/driver/Clflags.ml
+++ b/driver/Clflags.ml
@@ -20,7 +20,7 @@ let option_fstruct_return = ref false
let option_fbitfields = ref false
let option_fvararg_calls = ref true
let option_fpacked_structs = ref false
-let option_fsse = ref true
+let option_ffpu = ref true
let option_ffloatconstprop = ref 2
let option_ftailcalls = ref true
let option_falignfunctions = ref (None: int option)