diff options
author | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-18 09:58:37 +0000 |
---|---|---|
committer | ebotcazou <ebotcazou@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-12-18 09:58:37 +0000 |
commit | 9d5fd7d0aa0d916132ad0bad4d4e3e2ee44ea321 (patch) | |
tree | 65a7f33c7fdfd564392436a47bf22dba96f0aefa /configure | |
parent | 06e8431bb557279a5b2c3ddd4b59f39ff30b1837 (diff) | |
download | gcc-9d5fd7d0aa0d916132ad0bad4d4e3e2ee44ea321.tar.gz |
* configure: Regenerate.
config/
* acx.m4 (Test for GNAT): Update comment and add quotes in final test.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@182457 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'configure')
-rwxr-xr-x | configure | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/configure b/configure index c4a79dc50fc..fd6defaf9dc 100755 --- a/configure +++ b/configure @@ -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 |