]> git.ipfire.org Git - thirdparty/gcc.git/commit
libstdc++.exp (libstdc++_init): Search the path for the compiler.
authorGeoffrey Keating <geoffk@apple.com>
Fri, 28 Jan 2005 18:57:59 +0000 (18:57 +0000)
committerGeoffrey Keating <geoffk@gcc.gnu.org>
Fri, 28 Jan 2005 18:57:59 +0000 (18:57 +0000)
commit7d665006a322d2320fbc009c042c40d74229873a
tree7c5cecdd6226df6c1b6170e6d00a6e91bd6a502b
parent82dfb9a58fa7f797c1a9e49708fe9ed273ba4f70
libstdc++.exp (libstdc++_init): Search the path for the compiler.

* testsuite/lib/libstdc++.exp (libstdc++_init): Search the path
for the compiler.  Don't set cxxflags.
(v3_target_compile): Search for libv3test.a relative to $objdir.
(lsearch_all_inline): New.
(lsearch_all_inline_not): New.
(v3-list-tests): Rewrite to not need generated files.
* testsuite/Makefile.am (IGNORE_WCHAR_T): New.
(IGNORE_THREAD): New.
(TESTS_TO_IGNORE): New.
(site.exp): Set tests_to_ignore, cxxflags.
* aclocal.m4: Regenerate.
* Makefile.in: Regenerate.
* libmath/Makefile.in: Likewise.
* libsupc++/Makefile.in: Likewise.
* po/Makefile.in: Likewise.
* src/Makefile.in: Likewise.
* testsuite/Makefile.in: Likewise.

From-SVN: r94384
libstdc++-v3/ChangeLog
libstdc++-v3/Makefile.in
libstdc++-v3/aclocal.m4
libstdc++-v3/include/Makefile.in
libstdc++-v3/libmath/Makefile.in
libstdc++-v3/libsupc++/Makefile.in
libstdc++-v3/po/Makefile.in
libstdc++-v3/src/Makefile.in
libstdc++-v3/testsuite/Makefile.am
libstdc++-v3/testsuite/Makefile.in
libstdc++-v3/testsuite/lib/libstdc++.exp