Re: [PATCH v7 11/11] darwin: remove 64-bit build detection on 32-bit OS

2021-01-22 Thread Peter Maydell
On Fri, 22 Jan 2021 at 20:16, Joelle van Dyne wrote: > > A workaround added in early days of 64-bit OSX forced x86_64 if the > host machine had 64-bit support. This creates issues when cross- > compiling for ARM64. Additionally, the user can always use --cpu=* to > manually set the host CPU and th

[PATCH v7 11/11] darwin: remove 64-bit build detection on 32-bit OS

2021-01-22 Thread Joelle van Dyne
A workaround added in early days of 64-bit OSX forced x86_64 if the host machine had 64-bit support. This creates issues when cross- compiling for ARM64. Additionally, the user can always use --cpu=* to manually set the host CPU and therefore this workaround should be removed. Signed-off-by: Joell