aboutsummaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-08-31 09:16:44 +0200
committerDavid Monniaux <david.monniaux@univ-grenoble-alpes.fr>2019-08-31 09:16:44 +0200
commit7c790ecd1c32b529a5e5e5977ce84cfade8e1eb6 (patch)
tree494902529850b5261911a1c6447d72bc1fe78fac /configure
parentbd6781204d578c30c33c958137619ce8d4be2628 (diff)
downloadcompcert-kvx-7c790ecd1c32b529a5e5e5977ce84cfade8e1eb6.tar.gz
compcert-kvx-7c790ecd1c32b529a5e5e5977ce84cfade8e1eb6.zip
some more proofs on integers, preparing for absolute value instruction
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 7331a338..00557673 100755
--- a/configure
+++ b/configure
@@ -541,7 +541,7 @@ missingtools=false
echo "Testing Coq... " | tr -d '\n'
coq_ver=$(${COQBIN}coqc -v 2>/dev/null | sed -n -e 's/The Coq Proof Assistant, version \([^ ]*\).*$/\1/p')
case "$coq_ver" in
- 8.7.0|8.7.1|8.7.2|8.8.0|8.8.1|8.8.2|8.9.0|8.9.1)
+ 8.7.0|8.7.1|8.7.2|8.8.0|8.8.1|8.8.2|8.9.0|8.9.1|8.10+beta2)
echo "version $coq_ver -- good!";;
?*)
echo "version $coq_ver -- UNSUPPORTED"