mirror of
https://gcc.gnu.org/git/gcc.git
synced 2024-12-05 01:34:12 +08:00
re PR libstdc++/23926 (libstdc++-v3 configure failed)
2005-10-11 Andrew Pinski <pinskia@physics.uc.edu> PR libstdc++/23926 * acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check for GNU LD. * configure: Regenerate. From-SVN: r105285
This commit is contained in:
parent
6cc097c6c8
commit
595cf76b1f
@ -1,3 +1,10 @@
|
||||
2005-10-11 Andrew Pinski <pinskia@physics.uc.edu>
|
||||
|
||||
PR libstdc++/23926
|
||||
* acinclude.m4 (GLIBCXX_ENABLE_SYMVERS): Fix typo in check
|
||||
for GNU LD.
|
||||
* configure: Regenerate.
|
||||
|
||||
2005-10-10 Benjamin Kosnik <bkoz@redhat.com>
|
||||
|
||||
* configure.ac (libtool_VERSION): To 6:7:0.
|
||||
|
@ -1696,7 +1696,7 @@ if test x$enable_symvers = xyes ; then
|
||||
if test $enable_shared = no ||
|
||||
test "x$LD" = x ; then
|
||||
enable_symvers=no
|
||||
elif test $with_gnu_ld == yes ; then
|
||||
elif test $with_gnu_ld = yes ; then
|
||||
enable_symvers=gnu
|
||||
else
|
||||
case ${target_os} in
|
||||
|
2
libstdc++-v3/configure
vendored
2
libstdc++-v3/configure
vendored
@ -87257,7 +87257,7 @@ if test x$enable_symvers = xyes ; then
|
||||
if test $enable_shared = no ||
|
||||
test "x$LD" = x ; then
|
||||
enable_symvers=no
|
||||
elif test $with_gnu_ld == yes ; then
|
||||
elif test $with_gnu_ld = yes ; then
|
||||
enable_symvers=gnu
|
||||
else
|
||||
case ${target_os} in
|
||||
|
Loading…
Reference in New Issue
Block a user