re PR libstdc++/17469 (Testsuite in libstdc++ overrides LD_LIBRARY_PATH)

2004-09-24  H.J. Lu  <hongjiu.lu@intel.com>

	PR libstdc++/17469
	* testsuite/lib/libstdc++.exp: Don't use global ld_library_path.

From-SVN: r88054
This commit is contained in:
H.J. Lu 2004-09-24 16:51:09 +00:00 committed by H.J. Lu
parent 487c67b637
commit c03c696f6b
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2004-09-24 H.J. Lu <hongjiu.lu@intel.com>
PR libstdc++/17469
* testsuite/lib/libstdc++.exp: Don't use global ld_library_path.
2004-09-24 Paolo Carlini <pcarlini@suse.de>
* src/localename.cc (locale::locale(const char*)): Minor tweaks:

View File

@ -82,7 +82,7 @@ proc libstdc++_init { testfile } {
global cxx cxxflags
global includes
global gluefile wrap_flags
global ld_library_path original_ld_library_path
global original_ld_library_path
global target_triplet
set blddir [lookfor_file [get_multilibs] libstdc++-v3]