This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]