aboutsummaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorGaius Mulley <gaius.mulley@southwales.ac.uk>2022-08-08 11:38:49 +0100
committerGaius Mulley <gaius.mulley@southwales.ac.uk>2022-08-08 11:38:49 +0100
commit1d7705735b94164f03a1385684ee4bbc72cc1e12 (patch)
tree29c93a6fa14dbab36ce5314945e6cd90f3f676bf /configure
parentd7183fef74e6912d5a6cb7343c68269468a48b9c (diff)
parent2a1448f2763a72c83e2ec496f78243a975b0d44e (diff)
downloadgcc-1d7705735b94164f03a1385684ee4bbc72cc1e12.zip
gcc-1d7705735b94164f03a1385684ee4bbc72cc1e12.tar.gz
gcc-1d7705735b94164f03a1385684ee4bbc72cc1e12.tar.bz2
Merge branch 'master' into devel/modula-2.
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure8
1 files changed, 6 insertions, 2 deletions
diff --git a/configure b/configure
index b146aac..c3b18b6 100755
--- a/configure
+++ b/configure
@@ -5620,12 +5620,16 @@ else
GNATMAKE="$ac_cv_prog_GNATMAKE"
fi
-{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada" >&5
-$as_echo_n "checking whether compiler driver understands Ada... " >&6; }
+{ $as_echo "$as_me:${as_lineno-$LINENO}: checking whether compiler driver understands Ada and is recent enough" >&5
+$as_echo_n "checking whether compiler driver understands Ada and is recent enough... " >&6; }
if ${acx_cv_cc_gcc_supports_ada+:} false; then :
$as_echo_n "(cached) " >&6
else
cat >conftest.adb <<EOF
+pragma Warnings (Off);
+with System.CRTL;
+pragma Warnings (On);
+use type System.CRTL.int64;
procedure conftest is begin null; end conftest;
EOF
acx_cv_cc_gcc_supports_ada=no