From mboxrd@z Thu Jan 1 00:00:00 1970 From: Rod Stewart To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org Subject: Re: target/2878: ARM: cannot use 3.0 to build stage 1 of bootstrap;bad code generated at -O0? Date: Wed, 23 May 2001 14:16:00 -0000 Message-id: <20010523211605.5733.qmail@sourceware.cygnus.com> X-SW-Source: 2001-05/msg00697.html List-Id: The following reply was made to PR target/2878; it has been noted by GNATS. From: Rod Stewart To: Philip Blundell Cc: , Subject: Re: target/2878: ARM: cannot use 3.0 to build stage 1 of bootstrap; bad code generated at -O0? Date: Wed, 23 May 2001 17:07:49 -0400 (EDT) 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