On Thu, Dec 12, 2024 at 08:01:02PM -0800, Saurabh Singh Sengar wrote:
> On Thu, Dec 12, 2024 at 11:06:16PM +, Wei Liu wrote:
> > On Thu, Dec 12, 2024 at 12:28:34AM -0800, Saurabh Sengar wrote:
> > > Use the native ARCH only incase it is not set, this will allow
> > > the cross complilation wher
Sengar ; k...@microsoft.com
; haiya...@microsoft.com ;
wei@kernel.org ; de...@microsoft.com
; linux-hyperv@vger.kernel.org
; linux-ker...@vger.kernel.org
Cc: ssen...@microsoft.com ; Adrian Vladu
Subject: Re: [PATCH] tools: hv: Fix cross-compilation
Thanks, LGTM!
Reviewed-by: Roman Kisel
Thanks, LGTM!
Reviewed-by: Roman Kisel
On 12/12/2024 12:28 AM, Saurabh Sengar wrote:
Use the native ARCH only incase it is not set, this will allow
the cross complilation where ARCH is explicitly set. Add few
info prints as well to know what arch and toolchain is getting
used to build it.
Add
On Thu, Dec 12, 2024 at 11:06:16PM +, Wei Liu wrote:
> On Thu, Dec 12, 2024 at 12:28:34AM -0800, Saurabh Sengar wrote:
> > Use the native ARCH only incase it is not set, this will allow
> > the cross complilation where ARCH is explicitly set. Add few
> > info prints as well to know what arch an
On Thu, Dec 12, 2024 at 12:28:34AM -0800, Saurabh Sengar wrote:
> Use the native ARCH only incase it is not set, this will allow
> the cross complilation where ARCH is explicitly set. Add few
> info prints as well to know what arch and toolchain is getting
> used to build it.
>
> Additionally, sim
Use the native ARCH only incase it is not set, this will allow
the cross complilation where ARCH is explicitly set. Add few
info prints as well to know what arch and toolchain is getting
used to build it.
Additionally, simplify the check for ARCH so that fcopy daemon
is build only for x86_64.
Fix