| Age | Commit message (Collapse) | Author | Lines |
|
|
|
|
|
the diff extends build_helper to provide an function to return the
expected name of GNU-make on the host: "make" or "gmake".
Fixes #38429
|
|
OpenBSD usually use an alternative compiler (`egcc') from ports. But the
`ar' is unprefixed as it comes from base.
|
|
Just ensure that we always print out the command line which should aid in
debugging.
Closes #38228
|
|
|
|
Signed-off-by: Peter Atashian <retep998@gmail.com>
|
|
|
|
This should help avoid issues when using tools like ccache.
|
|
This commit is the start of a series of commits which start to replace the
makefiles with a Cargo-based build system. The aim is not to remove the
makefiles entirely just yet but rather just replace the portions that invoke the
compiler to do the bootstrap. This commit specifically adds enough support to
perform the bootstrap (and all the cross compilation within) along with
generating documentation.
More commits will follow up in this series to actually wire up the makefiles to
call this build system, so stay tuned!
|