aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 4 insertions, 0 deletions
diff --git a/configure b/configure
index e5ed112c..a99a2870 100755
--- a/configure
+++ b/configure
@@ -495,6 +495,10 @@ case "$ocaml_ver" in
echo "version $ocaml_ver -- UNSUPPORTED"
echo "Error: CompCert requires OCaml version 4.02 or later."
missingtools=true;;
+ 4.02.*|4.03.*|4.04.*)
+ echo "version $ocaml_ver -- good!"
+ echo "Some Intel processors of the Skylake and Kaby Lake generations have a hardware bug that this"
+ echo "version of OCaml runs into. To avoid this risk, it is recommended to use OCaml 4.05.";;
4.0*)
echo "version $ocaml_ver -- good!";;
?.*)