This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: 64bit support for unix
- To: Brad Lucier <lucier at math dot purdue dot edu>
- Subject: Re: 64bit support for unix
- From: Jakub Jelinek <jakub at redhat dot com>
- Date: Tue, 10 Apr 2001 18:28:38 -0400
- Cc: gcc at gcc dot gnu dot org
- References: <200104102221.RAA31584@zakon.math.purdue.edu>
- Reply-To: Jakub Jelinek <jakub at redhat dot com>
On Tue, Apr 10, 2001 at 05:21:39PM -0500, Brad Lucier wrote:
> I can't get 3.1 to build a compiler supporting 64bit SPARC on solaris2.8.
> So what does this claim mean? That the subreg_byte branch is a sufficient
> or a necessary condition? Or that it supports 64bit SPARC on Linux, but
> not on Solaris?
subreg_byte is necessary condition.
Have you tried configuring gcc for sparcv9-sun-solaris? It certainly works
for sparc64-*-linux (to some extent).
Jakub