This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: limits.h bug in gcc
- To: gcc at gcc dot gnu dot org
- Subject: Re: limits.h bug in gcc
- From: Benjamin Kosnik <bkoz at redhat dot com>
- Date: Wed, 12 Sep 2001 13:33:09 -0700
> This is probably a stupid question, but is gcc 3.0.1 going to be
> fixed so it'll build as a cross compiler ? I'm trying to get it to
> build for arm-elf or sh-elf,
Rob, I strongly suggest trying to get powerpc-eabism working
first. For one thing, the ARM backend is not supported in gcc-3.0:
http://gcc.gnu.org/gcc-3.0/buildstat.html
You'll have better lucking picking backends that are represented on this list.
For another thing, the regression tester uses powerpc-eabism, so it
usually works. Look through this list and see when it's working:
http://gcc.gnu.org/ml/gcc-regression/2001-09/
best,
benjamin