From: Ed M. <em...@fr...> - 2015-02-11 16:20:08
|
On 11 February 2015 at 10:27, stephen Turner <ste...@gm...> wrote: > > Is there a reason elftoolchain has opted to not use gnu make? Is a part of > the build process when using gnu make broken or unable to be executed > properly? Thanks for your interest in elftoolchain! Various components of elftoolchain originated in FreeBSD and have used BSD make from the beginning. That is, it's built using a BSD make for the same reason that much software originating in the GNU/Linux community uses GNU make. If your goal is just to build elftoolchain installing a bmake or pmake package should be straightforward. Best, Ed |