Tom Dickens wrote:

>   make CFLAGS='-O' LIBCFLAGS='-g -O2' LIBCXXFLAGS='-g -O2
> -fno-implicit-templates' bootstrap

I don't know if 4.1.2 includes the toplevel bootstrap changes or not
(it's kind of old), but I don't think you should be doing "make
bootstrap".  The new method is to either configure with
--enable-bootstrap (default for native) or --disable-bootstrap and then
just "make".  Specifically, configuring with --disable-bootstrap and
then trying to do "make bootstrap" will fail.  So just use "make".  Is
there a page on gcc.gnu.org somewhere that tells you to use the above
command?  If so it should be changed.

Brian

Reply via email to