aboutsummaryrefslogtreecommitdiffstats
path: root/caml/Main2.ml
diff options
context:
space:
mode:
Diffstat (limited to 'caml/Main2.ml')
-rw-r--r--caml/Main2.ml2
1 files changed, 1 insertions, 1 deletions
diff --git a/caml/Main2.ml b/caml/Main2.ml
index adb74396..88f5b72d 100644
--- a/caml/Main2.ml
+++ b/caml/Main2.ml
@@ -47,7 +47,7 @@ let save_csyntax = ref false
let preprocess file =
let temp = Filename.temp_file "compcert" ".i" in
let cmd =
- sprintf "gcc %s -D__COMPCERT__ -D__ppc__ -E %s > %s"
+ sprintf "gcc -arch ppc %s -D__COMPCERT__ -E %s > %s"
(String.concat " " (List.rev !prepro_options))
file
temp in