This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 64-Bit GCC
- From: Joe Buck <jbuck at synopsys dot com>
- To: "Krishnamurthy, Balaji" <balaji dot krishnamurthy at gs dot com>
- Cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
- Date: Thu, 13 Nov 2003 09:40:29 -0800
- Subject: Re: 64-Bit GCC
- References: <A1C3A1FE9E80D511B2490002A55C55A612B1FB0E@gsny38e.ny.fw.gs.com>
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.