This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
RE: 64-Bit GCC
- From: "Krishnamurthy, Balaji" <balaji dot krishnamurthy at gs dot com>
- To: 'Joe Buck' <jbuck at synopsys dot com>
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Thu, 13 Nov 2003 12:45:14 -0500
- Subject: RE: 64-Bit GCC
Thanks a lot for the quick response. Also do you anticipate much change in
the code when moving from Solari 2.6 to 2.8.
-----Original Message-----
From: Joe Buck [mailto:jbuck@synopsys.com]
Sent: Thursday, November 13, 2003 12:40 PM
To: Krishnamurthy, Balaji
Cc: 'gcc@gcc.gnu.org'
Subject: 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.