]> git.proxmox.com Git - mirror_qemu.git/commit
darwin: remove 64-bit build detection on 32-bit OS
authorJoelle van Dyne <j@getutm.app>
Tue, 26 Jan 2021 01:24:57 +0000 (17:24 -0800)
committerPeter Maydell <peter.maydell@linaro.org>
Fri, 29 Jan 2021 10:47:28 +0000 (10:47 +0000)
commit32063086a731aaeb76e1a81623953f8a17fcdb6f
tree7354cc9b7eddd0dd840fcaf88d4dc16a1cfb252b
parent422a5fd0872b5c3c7d79a505783a51faad8d398e
darwin: remove 64-bit build detection on 32-bit OS

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.

Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Joelle van Dyne <j@getutm.app>
Message-id: 20210126012457.39046-12-j@getutm.app
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
configure