From: Rainer Orth Date: Wed, 30 May 2001 20:25:51 +0000 (+0000) Subject: libstdc++-v3-dg.exp (libstdc++-v3-init): Use get_multilibs to find gcc. X-Git-Tag: prereleases/libstdc++-3.0.95~4116 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e944097aaeb952d79d27529ddf304282aa66bca7;p=thirdparty%2Fgcc.git libstdc++-v3-dg.exp (libstdc++-v3-init): Use get_multilibs to find gcc. 2001-05-30 Rainer Orth * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Use get_multilibs to find gcc. From-SVN: r42714 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 1924998508b4..6d2e09d5dd79 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,3 +1,8 @@ +2001-05-30 Rainer Orth + + * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Use + get_multilibs to find gcc. + 2001-05-30 Phil Edwards * acinclude.m4 (GLIBCPP_ENABLE_C99): Reorder output messages. diff --git a/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp b/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp index 76eeeac5eca2..6aae10fe77a0 100644 --- a/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp +++ b/libstdc++-v3/testsuite/lib/libstdc++-v3-dg.exp @@ -45,8 +45,9 @@ proc libstdc++-v3-init { args } { } # set LD_LIBRARY_PATH so that libgcc_s, libstdc++ binaries can be found. + set gccpath [get_multilibs] set ld_library_path "." - append ld_library_path ":${blddir}/../../gcc" + append ld_library_path ":${gccpath}../gcc" append ld_library_path ":${blddir}/src/.libs" # Do a bunch of handstands and backflips for cross compiling and