On Fri, Aug 30, 2024 at 05:34:13PM +0200, Jason A. Donenfeld wrote:

> > +ifeq ($(ARCH),$(filter $(ARCH),x86_64))

> Actually... this doesn't work. Because:

> ARCH ?= $(shell echo $(uname_M) | sed -e s/i.86/x86/ -e s/x86_64/x86/)

> The x86_64 gets turned into an x86. It's a little trickier when
> considering subarch. I'll send a followup here and not queue this.

Ah, right - I originally had copied the line above with both x86 and
x86_64 when I tested and did a last minute edit during final review
after I'd switched away.

Attachment: signature.asc
Description: PGP signature

Reply via email to