aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorCyril SIX <cyril.six@kalray.eu>2021-05-04 10:42:38 +0200
committerCyril SIX <cyril.six@kalray.eu>2021-05-04 10:42:38 +0200
commitd4c173175bbff3c172bf530e6e09f0ff843015bf (patch)
tree23e49ffd8f027053ad4976ce671de7226339a7cf /configure
parent1368c84217177a9f6603038045d7880d4571c34e (diff)
downloadcompcert-kvx-d4c173175bbff3c172bf530e6e09f0ff843015bf.tar.gz
compcert-kvx-d4c173175bbff3c172bf530e6e09f0ff843015bf.zip
Increasing required OCaml version (Pervasives <-> Stdlib module renaming)
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure4
1 files changed, 2 insertions, 2 deletions
diff --git a/configure b/configure
index e8ebb6f8..7805ef02 100755
--- a/configure
+++ b/configure
@@ -584,9 +584,9 @@ esac
echo "Testing OCaml... " | tr -d '\n'
ocaml_ver=`ocamlc -version 2>/dev/null`
case "$ocaml_ver" in
- 4.00.*|4.01.*| 4.02.*|4.03.*|4.04.*)
+ 4.00.*|4.01.*| 4.02.*|4.03.*|4.04.*|4.05.*)
echo "version $ocaml_ver -- UNSUPPORTED"
- echo "Error: CompCert requires OCaml version 4.05 or later."
+ echo "Error: CompCert requires OCaml version 4.06 or later."
missingtools=true;;
4.*)
echo "version $ocaml_ver -- good!";;