This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: GCC 3.1 Released
On Thu, May 16, 2002 at 07:13:45PM +0200, Robert Schiele wrote:
> On Thu, May 16, 2002 at 09:58:38AM -0700, Janis Johnson wrote:
> > On Thu, May 16, 2002 at 07:19:33AM +0200, Robert Schiele wrote:
> > > Ok, so we can start populating the build status page. I have built the
> > > following platforms successfully:
> > >
> > > i686-pc-linux-gnu
> > > SuSE Linux 8.0 (i386)
> > >
> > > sparc64-unknown-linux-gnu
> > > SuSE Linux 7.3 (SPARC)
> > >
> > > sparc-sun-solaris2.8
> > >
> > > sparc-sun-solaris2.8
> >
> > Thanks! I've added all of these to the GCC 3.1 build status list at
> > http://gcc.gnu.org/gcc-3.1/buildstat.html.
>
> Hmm, there are some inconsistencies there: Should the first column of
> this table provide the output of config.guess or the actual target
> built? I assume the actual target, so you should change:
>
> i686-pc-linux-gnu --> i486-suse-linux-gnu
> (Ok, the "suse" is not that relevant, but the i486 might be.)
>
> sparc64-unknown-linux-gnu --> sparc-suse-linux-gnu
> (Note that SuSE 7.3 does not provide 64 bit libs.)
Usually I use the output of config.guess, but I changed it for the sparc
entry because the other information looked as if it was sparc64; I'll put
that one back. Sometimes I add other information after the config.guess
target, particularly if it's a processor that's likely to be of interest
and config.guess lumps it into a broader category. I must confess that
I don't often put a whole lot of thought into this; friendly suggestions
for fixes or improvements are always welcome.
Janis