2001-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
* testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Use
get_multilibs to find gcc.
From-SVN: r42714
+2001-05-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
+
+ * testsuite/lib/libstdc++-v3-dg.exp (libstdc++-v3-init): Use
+ get_multilibs to find gcc.
+
2001-05-30 Phil Edwards <pme@sources.redhat.com>
* acinclude.m4 (GLIBCPP_ENABLE_C99): Reorder output messages.
}
# 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