re PR bootstrap/52700 (lib* configure fails on --enable-symvers=gnu-versioned-namespace.)

2012-05-31  Benjamin Kosnik  <bkoz@redhat.com>

        PR libstdc++/52007
        * configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
        * configure: Regenerated.

From-SVN: r188077
This commit is contained in:
Benjamin Kosnik 2012-05-31 18:57:56 +00:00 committed by Benjamin Kosnik
parent 99eb79fbb9
commit 49964c9712
3 changed files with 8 additions and 2 deletions

View File

@ -1,3 +1,9 @@
2012-05-31 Benjamin Kosnik <bkoz@redhat.com>
PR libstdc++/52007
* configure.ac: Allow gnu, gnu* variants for --enable-symvers argument.
* configure: Regenerated.
2012-03-22 Release Manager
* GCC 4.7.0 released.

View File

@ -12348,7 +12348,7 @@ else
quadmath_use_symver=yes
fi
if test "x$quadmath_use_symver" = xyes; then
if test "x$quadmath_use_symver" != xno; then
if test x$gcc_no_link = xyes; then
# If we cannot link, we cannot build shared libraries, so do not use
# symbol versioning.

View File

@ -169,7 +169,7 @@ AS_HELP_STRING([--disable-symvers],
[disable symbol versioning for libquadmath]),
quadmath_use_symver=$enableval,
quadmath_use_symver=yes)
if test "x$quadmath_use_symver" = xyes; then
if test "x$quadmath_use_symver" != xno; then
if test x$gcc_no_link = xyes; then
# If we cannot link, we cannot build shared libraries, so do not use
# symbol versioning.