configure: Regenerate.
* configure: Regenerate. config/ * acx.m4 (Test for GNAT): Update comment and add quotes in final test. From-SVN: r182457
This commit is contained in:
parent
903a9601cc
commit
7cb62ef1ba
@ -1,3 +1,7 @@
|
|||||||
|
2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* configure: Regenerate.
|
||||||
|
|
||||||
2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
|
2011-12-14 Hariharan Sandanagobalane <hariharan.gcc@gmail.com>
|
||||||
|
|
||||||
* MAINTAINERS (picochip): Changed email address.
|
* MAINTAINERS (picochip): Changed email address.
|
||||||
|
@ -1,3 +1,7 @@
|
|||||||
|
2011-12-18 Eric Botcazou <ebotcazou@adacore.com>
|
||||||
|
|
||||||
|
* acx.m4 (Test for GNAT): Update comment and add quotes in final test.
|
||||||
|
|
||||||
2011-11-22 Iain Sandoe <iains@gcc.gnu.org>
|
2011-11-22 Iain Sandoe <iains@gcc.gnu.org>
|
||||||
|
|
||||||
* weakref.m4: New file.
|
* weakref.m4: New file.
|
||||||
|
@ -356,9 +356,9 @@ m4_define([AC_CHECK_HEADER],m4_defn([_AC_CHECK_HEADER_OLD]))
|
|||||||
ac_c_preproc_warn_flag=yes])# AC_PROG_CPP_WERROR
|
ac_c_preproc_warn_flag=yes])# AC_PROG_CPP_WERROR
|
||||||
|
|
||||||
# Test for GNAT.
|
# Test for GNAT.
|
||||||
# We require the gnatbind program, and a compiler driver that
|
# We require the gnatbind & gnatmake programs, as well as a compiler driver
|
||||||
# understands Ada. We use the user's CC setting, already found,
|
# that understands Ada. We use the user's CC setting, already found, and
|
||||||
# and possibly add $1 to the command-line parameters.
|
# possibly add $1 to the command-line parameters.
|
||||||
#
|
#
|
||||||
# Sets the shell variable have_gnat to yes or no as appropriate, and
|
# Sets the shell variable have_gnat to yes or no as appropriate, and
|
||||||
# substitutes GNATBIND and GNATMAKE.
|
# substitutes GNATBIND and GNATMAKE.
|
||||||
@ -387,7 +387,7 @@ if test x"$errors" = x && test -f conftest.$ac_objext; then
|
|||||||
fi
|
fi
|
||||||
rm -f conftest.*])
|
rm -f conftest.*])
|
||||||
|
|
||||||
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
|
have_gnat=yes
|
||||||
else
|
else
|
||||||
have_gnat=no
|
have_gnat=no
|
||||||
|
6
configure
vendored
6
configure
vendored
@ -3093,7 +3093,9 @@ case "${target}" in
|
|||||||
noconfigdirs="$noconfigdirs target-libssp"
|
noconfigdirs="$noconfigdirs target-libssp"
|
||||||
;;
|
;;
|
||||||
rl78-*-*)
|
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"
|
noconfigdirs="$noconfigdirs target-libssp"
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
@ -4977,7 +4979,7 @@ fi
|
|||||||
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
|
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: $acx_cv_cc_gcc_supports_ada" >&5
|
||||||
$as_echo "$acx_cv_cc_gcc_supports_ada" >&6; }
|
$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
|
have_gnat=yes
|
||||||
else
|
else
|
||||||
have_gnat=no
|
have_gnat=no
|
||||||
|
Loading…
Reference in New Issue
Block a user