This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [patch] Introduce top level bootstrap as a technology preview:-)
Gabriel Dos Reis <gdr@integrable-solutions.net> writes:
> | As Jason pointed out, you can just do "make" in the gcc directory (or
> | "make g++ cc1plus" for even less unwanted stuff).
>
> "make g++ cc1plus" in the gcc directory does not work. Apparently
> missing libiberty stuff.
You have to do "make all-libiberty configure-gcc" at the top level
first, if you haven't already.
zw