This is the mail archive of the
libstdc++@gcc.gnu.org
mailing list for the libstdc++ project.
Re: 3.1 PATCH: Set LD_LIBRARY{N32, 64}_PATH in libstdc++-v3 testsuite
Hans-Peter Nilsson writes:
> On Tue, 30 Apr 2002, Rainer Orth wrote:
>
> if [isnative] {
>
> > + setenv LD_LIBRARY_PATH $ld_library_path
> > + setenv SHLIB_PATH $ld_library_path
> > + setenv LD_LIBRARYN32_PATH $ld_library_path
> > + setenv LD_LIBRARY64_PATH $ld_library_path
> > +
>
> }
>
> Dunno if it your patch as-is would actually would make
> cross-testing fail though.
I doubt it: exactly the same code (without the isnative test) is present in
the g++, g77, and objc testsuites, obviously without breaking things there.
Rainer