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]

Re: Changes to g++.exp prevent testing multiple ABIs on irix


>>>>> "Billinghurst," == Billinghurst, David (CRTS) <David.Billinghurst@riotinto.com> writes:

  I could run the testsuite on irix6.5 on both -n32 and -64 ABIs by setting
  the environment variables LD_LIBRARYN32_PATH and LD_LIBRARY64_PATH
  appropriately.  Now I can't.  See
  http://gcc.gnu.org/ml/gcc-bugs/2000-11/msg00463.html

Well, that just indicates that testing is probably broken for all
multilibs.  

All my patch does is set LD_LIBRARY<N32,64>_PATH to the same value as
LD_LIBRARY_PATH, which is computed by g++_link_flags in g++.exp.  You
should fix that to figure out where the right multilibbed version of
the V3 library, and set ld_library_path appropriately.

Thanks,

--
Mark Mitchell                   mark@codesourcery.com
CodeSourcery, LLC               http://www.codesourcery.com

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