This is the mail archive of the gcc@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: libraries - double set


>  What is the purpose of having two such identically names libraries?

To support 2 architectures, 32-bit (sparcv7) and 64-bit (sparcv9).

>   Or alternatively - which is the real one that I should be using?

Both, but the compiler automatically picks up the right one, depending on 
whether you compile with -m32 or -m64.

-- 
Eric Botcazou


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