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: [patch] do not disregard LD_LIBRARY_PATH for c++, g77 and objc tests


> I'm fairly sure this logic here is not right.  Solaris 32 bit and 64
> bit coexist on the same system, don't they?

Yes, they do.  LD_LIBRARY_PATH_32 will preempt any setting of  
LD_LIBRARY_PATH for 32-bit executables and LD_LIBRARY_PATH_64 will preempt 
any setting of LD_LIBRARY_PATH for 64-bit executables.  So both may be
set.

-- 
Eric Botcazou


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