]> git.proxmox.com Git - qemu.git/commit
target-arm: Disable 32 bit CPUs in 64 bit linux-user builds
authorPeter Maydell <peter.maydell@linaro.org>
Tue, 3 Sep 2013 19:12:08 +0000 (20:12 +0100)
committerPeter Maydell <peter.maydell@linaro.org>
Tue, 10 Sep 2013 18:11:28 +0000 (19:11 +0100)
commit15ee776bf2001883781cc83d456249a60532bb01
tree013dafaf949d3791a5d56a0e87848a78390ad5f1
parentd14d42f19bf3dcef5c81ec2324843121f552a6fc
target-arm: Disable 32 bit CPUs in 64 bit linux-user builds

If we're building aarch64-linux-user then the 32 bit CPUs are
all unwanted, because they can't possibly execute the 64 bit
binaries we will be running; disable them.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Message-id: 1378235544-22290-9-git-send-email-peter.maydell@linaro.org
target-arm/cpu.c