This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Sequential build of libjava
>>>>> "Paul" == Paul D Smith <psmith@gnu.org> writes:
Paul> A simpler, but completely equivalent (as long as you use GNU make)
Paul> change would be to just:
Paul> MULTIDO = +$(MAKE)
We can't rely on GNU make (libjava does, but that is a bug).
So we can only do this if someone writes the configury code to detect
this situation.
Perhaps Brad could invoke `make MULTIDO=+make' though. Though I think
that will only work if you know your target is multilibbed.
Tom