------- Comment #1 from drow at gcc dot gnu dot org 2006-01-06 16:35 ------- Subject: Re: New: selective non-bootstrap build broken
On Fri, Jan 06, 2006 at 04:27:16PM -0000, amylaar at gcc dot gnu dot org wrote: > Building a non-bootstrap native gcc with selected target libraries > doesn't work anymore. > > on an i686-pc-linux-gnu host in a directory parallel to a unified symlink tree > in ../srcw , I configured with: > > ../srcw/configure --with-arch=i686 > > and then started make with: > > make all-gcc all-target-libstdc++-v3 all-target-libobjc For now try this plus --disable-bootstrap. This is trying to build stage 1. Obviously we need to reconsider the --enable/--disable switch since it's generating so many complaints. -- http://gcc.gnu.org/bugzilla/show_bug.cgi?id=25694