This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]