On Fri, May 30, 2025 at 05:12:17PM +0100, Jiaxun Yang wrote: > This effectively breaks cross build which cross CC is supplied > externally.
> -export HOSTCC := $(CC) > +export HOSTCC := cc Better use 'HOSTCC ?= cc', so this can be overridden on the command line via 'make HOSTCC=foo ...'. > -CROSS_PREFIX= > -ifneq ($(CROSS_PREFIX),) > + > +CROSS_PREFIX := Not mentioned in the commit message, motivation for this change is not clear. take care, Gerd _______________________________________________ SeaBIOS mailing list -- seabios@seabios.org To unsubscribe send an email to seabios-le...@seabios.org