This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: [v3] use AM_ICONV
Hi again Benjamin,
2) testsuite issues with darwin/solaris not linking/not linking
correct libiconv
The attached trivial change appear to work on powerpc-darwin to avoid
the spurious failures: in fact libiconv is linked to the final
executables. Makes sense to you?
Paolo.
////////////////
Index: scripts/testsuite_flags.in
===================================================================
--- scripts/testsuite_flags.in (revision 121710)
+++ scripts/testsuite_flags.in (working copy)
@@ -58,7 +58,7 @@
echo ${PCHFLAGS}
;;
--cxxldflags)
- SECTIONLDFLAGS="@SECTION_LDFLAGS@"
+ SECTIONLDFLAGS="@SECTION_LDFLAGS@ @LTLIBICONV@"
echo ${SECTIONLDFLAGS}
;;
*)