On Sep 21, 2019, at 9:55 PM, Nicholas Krause wrote:
>
> what is the easiest way to get this info into
> the gcc frontend.
I’m not seeing that this is an Automake topic. The output of Automake is a GNU
make file, which doesn’t control how you call “make”. Automake is on the other
side of that
Hello Nick,
On 2019-09-21, Nicholas Krause wrote:
> I'm currently looking on and continuing the palleraling of gcc. There
> was a discussion about if its possible to link to make -j to split the
> tasks if possible. If so how and what is the easiest way to get this
> info into
Assuming you're ta
And of course there's always meson + ninja, which are together rapidly
becoming the clear choice for new projects...