This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: target/2878: ARM: cannot use 3.0 to build stage 1 of bootstrap;bad code generated at -O0?
- To: Philip Blundell <philb at gnu dot org>
- Subject: Re: target/2878: ARM: cannot use 3.0 to build stage 1 of bootstrap;bad code generated at -O0?
- From: Rod Stewart <stewart at lab43 dot org>
- Date: Wed, 23 May 2001 17:07:49 -0400 (EDT)
- cc: <gcc-gnats at gcc dot gnu dot org>, <gcc-bugs at gcc dot gnu dot org>
On Wed, 23 May 2001, Philip Blundell wrote:
> I configured with ".../configure --disable-checking" on an armv4
> system. I didn't use --with-cpu or anything. I'll try it on a second
> system later, just in case it was due to some local lossage here.
I configured with my standard build options of:
[build@deimos gcc]$ ./xgcc -v
Reading specs from
/usr/local/lib/gcc-lib/armv4l-unknown-linux-gnu/3.0/specs
Configured with: /home/build-rpm/BUILD/gcc/configure --with-cpu=strongarm
--enable-languages=c,c++,objc,f77 --prefix=/usr/local --enable-shared
--enable-threads --without-cvs armv4l-unknown-linux-gnu
Thread model: posix
gcc version 3.0 20010522 (prerelease)
[build@deimos gcc]$
Did you have glibc 2.2 installed?
-Rms