This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: compiling gcc-4.0.2 on solaris 9
- From: Eric Botcazou <ebotcazou at libertysurf dot fr>
- To: douglas at gpc dot edu
- Cc: gcc at gcc dot gnu dot org
- Date: Mon, 21 Nov 2005 22:25:28 +0100
- Subject: Re: compiling gcc-4.0.2 on solaris 9
- References: <007101c5eedf$90be3770$2009140a@dbjwork>
> CC to cc only. So, now the script is:
>
> CC=cc
> export CC
> ../gcc-4.0.2/configure
> gmake bootstrap
Do not export CC and do not use a relative path:
CC=cc $absolute_path/configure ...
> Also, the ask why I was using the flags I was. The only reference I found
> to sparc where the sparcv9-*-solaris2* which sent me to sparc64-*-solaris2*
> on install/specific. html. Should I have been looking somewhere else?
http://gcc.gnu.org/install/specific.html#sparc-sun-solaris2
http://gcc.gnu.org/install/specific.html#sparc-sun-solaris27
--
Eric Botcazou