On Mon, Jul 06, 2026 at 02:02:39AM -0600, Brigham Campbell wrote: > Currently, the Makefile fails to change CC, AR, and STRIP variables from > their default values[^1] because it uses the conditional variable > assignment operator. The Makefile also doesn't allow for cross > compilation without modification. > > Modify the Makefile to use unconditional assignment and allow the user > to cross compile the software via the CROSS_COMPILE variable. > > [^1]: https://www.gnu.org/software/make/manual/html_node/Implicit-Variables.html > > Signed-off-by: Brigham Campbell Applied, thanks!