Re: [PATCH v2 1/8] scripts: subarch.include: fix SUBARCH on macOS hosts

2024-09-08 Thread Masahiro Yamada
On Fri, Sep 6, 2024 at 8:01 PM Daniel Gomez via B4 Relay wrote: > > From: Nick Desaulniers > > When building the Linux kernel on an aarch64 macOS based host, if we don't > specify a value for ARCH when invoking make, we default to arm and thus > multi_v7_defconfig rather than the expected arm64 a

[PATCH v2 1/8] scripts: subarch.include: fix SUBARCH on macOS hosts

2024-09-06 Thread Daniel Gomez via B4 Relay
From: Nick Desaulniers When building the Linux kernel on an aarch64 macOS based host, if we don't specify a value for ARCH when invoking make, we default to arm and thus multi_v7_defconfig rather than the expected arm64 and arm64's defconfig. This is because subarch.include invokes `uname -m` wh