diff options
author | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-12-18 09:58:37 +0000 |
---|---|---|
committer | Eric Botcazou <ebotcazou@gcc.gnu.org> | 2011-12-18 09:58:37 +0000 |
commit | 7cb62ef1ba8272fa9706c9110289a1d3ced36d65 (patch) | |
tree | 65a7f33c7fdfd564392436a47bf22dba96f0aefa /configure | |
parent | 903a9601cc5e966efee08007b7fdbde90b23d71b (diff) | |
download | gcc-7cb62ef1ba8272fa9706c9110289a1d3ced36d65.zip gcc-7cb62ef1ba8272fa9706c9110289a1d3ced36d65.tar.gz gcc-7cb62ef1ba8272fa9706c9110289a1d3ced36d65.tar.bz2 |
configure: Regenerate.
* configure: Regenerate.
config/
* acx.m4 (Test for GNAT): Update comment and add quotes in final test.
From-SVN: r182457
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
@@ -3093,7 +3093,9 @@ case "${target}" in noconfigdirs="$noconfigdirs target-libssp" ;; rl78-*-*) - # Dereferencing -1 is a compile-time error + # libssp uses a misaligned load to trigger a fault, but the RL78 + # doesn't fault for those - instead, it gives a build-time error + # for explicit misaligned loads. noconfigdirs="$noconfigdirs target-libssp" ;; esac @@ -4977,7 +4979,7 @@ fi { $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5 $as_echo "$acx_cv_cc_gcc_supports_ada" >&6; } -if test x$GNATBIND != xno && test x$GNATMAKE != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then +if test "x$GNATBIND" != xno && test "x$GNATMAKE" != xno && test x$acx_cv_cc_gcc_supports_ada != xno; then have_gnat=yes else have_gnat=no |