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: PATCH: Set LD_LIBRARYN32_PATH when testing


>>>>> "Alexandre" == Alexandre Oliva <aoliva@redhat.com> writes:

    Alexandre> On Nov 3, 2000, Mark P Mitchell <mark@codesourcery.com>
    Alexandre> wrote:

    >> The N32 and 64-bit ABIs use variables named LD_LIBRARYN32_PATH
    >> and LD_LIBRARY64_PATH (respectively) in place of
    >> LD_LIBRARY_PATH.

    Alexandre> AFAIK, LD_LIBRARY_PATH is used for all ABIs, as long as
    Alexandre> LD_LIBRARY<abi>_PATH is not set.

That could be.  I'm not really sure.  That's not how I read the SGI
documentation, but I didn't test that.  Perhaps it would work to
unsetenv the variables, but I think my patch should work, too.

--
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]