Commit 917fbceb by Paolo Carlini Committed by Paolo Carlini

testsuite_flags.in: Add back @LIBICONV@ to SECTIONLDFLAGS.

2007-02-09  Paolo Carlini  <pcarlini@suse.de>

	* scripts/testsuite_flags.in: Add back @LIBICONV@ to SECTIONLDFLAGS.

From-SVN: r121741
parent 122c09be
2007-02-09 Paolo Carlini <pcarlini@suse.de>
* scripts/testsuite_flags.in: Add back @LIBICONV@ to SECTIONLDFLAGS.
2007-02-08 Howard Hinnant <hhinnant@apple.com>
PR libstdc++/17012
......
......@@ -58,7 +58,7 @@ case ${query} in
echo ${PCHFLAGS}
;;
--cxxldflags)
SECTIONLDFLAGS="@SECTION_LDFLAGS@"
SECTIONLDFLAGS="@SECTION_LDFLAGS@ @LIBICONV@"
echo ${SECTIONLDFLAGS}
;;
*)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment