This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GNU gcc build on Sparc / Solaris 8
- From: Janis Johnson <janis187 at us dot ibm dot com>
- To: ROBERT GIBBS <robgibbs at charter dot net>
- Cc: gcc at gcc dot gnu dot org
- Date: Tue, 26 Mar 2002 10:30:01 -0800
- Subject: Re: GNU gcc build on Sparc / Solaris 8
- References: <web-1441571@dc-mxdb03.cluster1.charter.net>
On Thu, Mar 21, 2002 at 04:42:01PM -0500, ROBERT GIBBS wrote:
> Per your build instructions request, below are the specs
> for a successful install of the full gcc suite on Sun
> Solaris 8 / UltraSparc 10:
>
> # ../gcc-3.0.4/config.guess
> sparc-sun-solaris2.8
> # gcc -v
> Reading specs from
> /usr/local/lib/gcc-lib/sparc-sun-solaris2.8/3.0.4/specs
> Configured with: ../gcc-3.0.4/configure --enable-shared
> --with-as=/usr/local/bin/as --with-ld=/usr/local/bin/ld
> --enable-threads=posix
> Thread model: posix
> gcc version 3.0.4
Thanks! I've added this to the GCC 3.0 build status list at
http://gcc.gnu.org/gcc-3.0/buildstat.html.
Janis