Re: [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts

2024-08-24 Thread Daniel Gomez (Samsung)
On Sat, Aug 24, 2024 at 12:14 AM Daniel Gomez (Samsung) wrote: > > On Fri, Aug 23, 2024 at 6:13 PM Masahiro Yamada wrote: > > > > On Wed, Aug 7, 2024 at 8:10 AM Daniel Gomez via B4 Relay > > wrote: > > > > > > From: Nick Desaulniers > > > > > > When building the Linux kernel on an aarch64 MacOS

Re: [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts

2024-08-23 Thread Daniel Gomez (Samsung)
On Fri, Aug 23, 2024 at 6:13 PM Masahiro Yamada wrote: > > On Wed, Aug 7, 2024 at 8:10 AM 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 defau

Re: [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts

2024-08-23 Thread Masahiro Yamada
On Wed, Aug 7, 2024 at 8:10 AM 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

Re: [PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts

2024-08-07 Thread Nicolas Schier
On Wed, Aug 07, 2024 at 01:09:15AM +0200, 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 expecte

[PATCH 01/12] scripts: subarch.include: fix SUBARCH on MacOS hosts

2024-08-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