Richard Purdie wrote: > in general we (as in Yocto Project/OpenEmbedded) > build things using the standard "make -j X", where X is some level of > parallelism that varies depending on the hardware.
In general, this is not guaranteed to be supported by GNU packages. The GCS only say that the developer should "try to" make parallel builds work. [1] Bruno [1] https://www.gnu.org/prep/standards/html_node/Makefile-Basics.html
