diff options
author | Joseph Myers <joseph@codesourcery.com> | 2009-07-17 16:08:36 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2009-07-17 16:08:36 +0100 |
commit | e7d5b5b9c426b3b2f64c49d8a0eac9ab9d3b0c57 (patch) | |
tree | 3bb7ca92478d5bad3d80cedd8b862f506231ef2c /libstdc++-v3 | |
parent | 2e687c2c8e28187f7b9b993e1c0921c9f98a65b5 (diff) | |
download | gcc-e7d5b5b9c426b3b2f64c49d8a0eac9ab9d3b0c57.zip gcc-e7d5b5b9c426b3b2f64c49d8a0eac9ab9d3b0c57.tar.gz gcc-e7d5b5b9c426b3b2f64c49d8a0eac9ab9d3b0c57.tar.bz2 |
re PR other/40784 (Revision 149725 caused autoconf warning in libstdc++)
PR other/40784
config:
* tls.m4 (GCC_CHECK_TLS): Add extra quoting around argument to
AC_LINK_IFELSE.
libjava:
* configure: Regenerate.
libstdc++-v3:
* configure: Regenerate.
From-SVN: r149748
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 5 | ||||
-rwxr-xr-x | libstdc++-v3/configure | 12 |
2 files changed, 11 insertions, 6 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index f7656a3..4beeae3 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2009-07-17 Joseph Myers <joseph@codesourcery.com> + + PR other/40784 + * configure: Regenerate. + 2009-07-16 Benjamin Kosnik <bkoz@redhat.com> * testsuite/util/testsuite_common_types.h (standard_layout): Activate. diff --git a/libstdc++-v3/configure b/libstdc++-v3/configure index d9e9f8d..13f477ed 100755 --- a/libstdc++-v3/configure +++ b/libstdc++-v3/configure @@ -40770,8 +40770,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if test x$gcc_no_link = xyes; then - { { echo "$as_me:$LINENO: error: Link tests are not allowed after ." >&5 -echo "$as_me: error: Link tests are not allowed after ." >&2;} + { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5 +echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;} { (exit 1); exit 1; }; } fi cat >conftest.$ac_ext <<_ACEOF @@ -94505,8 +94505,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if test x$gcc_no_link = xyes; then - { { echo "$as_me:$LINENO: error: Link tests are not allowed after ." >&5 -echo "$as_me: error: Link tests are not allowed after ." >&2;} + { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5 +echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;} { (exit 1); exit 1; }; } fi cat >conftest.$ac_ext <<_ACEOF @@ -112207,8 +112207,8 @@ if { (eval echo "$as_me:$LINENO: \"$ac_link\"") >&5 echo "$as_me:$LINENO: \$? = $ac_status" >&5 (exit $ac_status); }; }; then if test x$gcc_no_link = xyes; then - { { echo "$as_me:$LINENO: error: Link tests are not allowed after ." >&5 -echo "$as_me: error: Link tests are not allowed after ." >&2;} + { { echo "$as_me:$LINENO: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&5 +echo "$as_me: error: Link tests are not allowed after GCC_NO_EXECUTABLES." >&2;} { (exit 1); exit 1; }; } fi cat >conftest.$ac_ext <<_ACEOF |