This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [Ada] Reenable parallel build
> If there is "significant" recompilation of common parts between the
> gnattools, we can make a target "gnattools_common" for some of the
> common parts and serialize tools to depend on gnattools_common.
Right, that's basically what my local change is doing.
> For gnatlib and gnattools in parallel, we could also simply serialize,
> no?
Like they say, "everything is possible", but that's not what your
proposed patch does :-)
Arno