This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 64-bit support
- To: "Kuraisa, Roy" <RKuraisa at rii dot com>
- Subject: Re: 64-bit support
- From: Jeff Sturm <jsturm at one-point dot com>
- Date: Fri, 13 Apr 2001 17:41:08 -0400 (EDT)
- cc: "'gcc at gcc dot gnu dot org'" <gcc at gcc dot gnu dot org>
On Fri, 13 Apr 2001, Kuraisa, Roy wrote:
> I poked around your site but I didn't see any information on this. Does gnu
> c++ support 64-bit on 64-bit operating systems (e.g., SunOS 5.7)?
Definitely, on 64-bit-only targets like Compaq Tru64 or Alpha/Linux.
Solaris is actually a 32/64-bit hybrid, for which GCC will fully support
64-bit executables in the near future.
Jeff