From 9d5fd7d0aa0d916132ad0bad4d4e3e2ee44ea321 Mon Sep 17 00:00:00 2001 From: ebotcazou Date: Sun, 18 Dec 2011 09:58:37 +0000 Subject: * 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 --- configure | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'configure') 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 -- cgit v1.2.1