This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
no make quickstrap in gcc 3.0.1
- To: bug-gcc at gnu dot org
- Subject: no make quickstrap in gcc 3.0.1
- From: karl at gnu dot org
- Date: Tue, 21 Aug 2001 12:48:24 -0400
I ran make bootstrap a second time after the first one failed (sending
separate bug report about that), and it reported:
Bootstrap complete - make "quickstrap" to redo last build,
"restage1" through "restage3" to rebuild specific stages,
or "cleanstrap" to redo the bootstrap from scratch.
So I tried make quickstrap, but there was no such target:
$ make -n quickstrap
make: *** No rule to make target `quickstrap'. Stop.
Ditto cleanstrap.
This is with gcc 3.0.1 on [gnu/]linux 2.2.14-5.0 (red hat 6.2), after
configure --prefix=/usr/local/gnu --enable-languages=c,c++
karl@gnu.org