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: 64-Bit GCC


On Thu, Nov 13, 2003 at 12:26:18PM -0500, Krishnamurthy, Balaji wrote:
> > We are currently using gcc-2.7 under solaris 2.6 environment. We are in
> > the process of moving to Solaris 2.8 to take advantages of 64 bit
> > architecture for some of our applications.
> > 
> > Is the latest versio nof GCC certified for Solaris 2.8? If so, can we use
> > the latest version to build applications in both 32-bit architecture and
> > 64-bit architecture?

gcc can build both 32-bit and 64-bit code for Solaris: the same GCC executable
can build either type of code, depending on the value of a command line
switch.

I'm not sure what you mean by "certified"; there's no warranty for GCC
and no certification body.


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