This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: no make quickstrap in gcc 3.0.1
- To: karl at gnu dot org
- Subject: Re: no make quickstrap in gcc 3.0.1
- From: DJ Delorie <dj at redhat dot com>
- Date: Tue, 21 Aug 2001 16:31:01 -0400
- CC: bug-gcc at gnu dot org
- References: <200108211648.MAA21538.cygnus.bug-gcc@billohost.com>
> Bootstrap complete - make "quickstrap" to redo last build,
> "restage1" through "restage3" to rebuild specific stages,
> or "cleanstrap" to redo the bootstrap from scratch.
This message is from the gcc directory. If you do "make quickstrap"
there, it will work.
> $ make -n quickstrap
> make: *** No rule to make target `quickstrap'. Stop.
This message is from the top directory, which supports only the
"bootstrap" target, not all the other ones that gcc supports. You
can't do "make cc1" from the top directory, either.