bootstrap with -ftree-parallelize-loops

David Edelsohn dje.gcc@gmail.com
Mon Nov 17 19:45:00 GMT 2008


On Mon, Nov 17, 2008 at 11:01 AM, Razya Ladelsky <RAZYA@il.ibm.com> wrote:
> Hi,
>
> I'm trying to bootstrap with -ftree-parallelize-loops=4 enabled (passed as
> BOOTCFLAGS).
> I'm failing at the begining of stage2 because the compiler can't find
> libgomp.spec
> Can anyone help..?

You are encountering a phase ordering problem.  libgomp.spec is in the
libgomp target library build directory, but that is not configured and
created until the target libraries are built, after the compiler is
built.  I am not
sure if using the previously installed library and spec file with the new
compiler is reliable.

David



More information about the Gcc mailing list