This is the mail archive of the gcc-patches@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: [PATCH] fix parallel spu newlib build failures


DJ Delorie wrote:
* Makefile.def: To avoid problems running with parallel makes,
build newlib before libgloss so that target specific header files
are availble.
* Makefile.in: Regenerate.

This is fine.
Ok, taking this as approval, I have applied the patch to src.

Ideally it would be nice to be able to require an arbitrary make target instead of "all". In this instance, only a prep step in building newlib is required: stmp-targ-include which is run as part of "all" in newlib.

Is this something that might be a desirable feature in general?

-- Jeff J.


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