]> git.proxmox.com Git - mirror_qemu.git/commit
tcg/sparc: Use the proper compilation flags for 32-bit
authorRichard Henderson <rth@twiddle.net>
Wed, 26 Apr 2017 17:39:08 +0000 (10:39 -0700)
committerRichard Henderson <rth@twiddle.net>
Mon, 5 Jun 2017 16:25:42 +0000 (09:25 -0700)
commitf1079bb8f9a28495937408acc60a681a7b2536a8
tree63e5a6d22d50fa78876a068ea7f8d1251af0134d
parent1639a965d30b45b10134b69bf49dd3e657d2ef09
tcg/sparc: Use the proper compilation flags for 32-bit

We have required a v9 cpu since 9b9c37c36439ee0452632253dac7a31897f27f70.
However, the flags we were using did not reliably enable v8plus, which
meant that the compiler didn't know it could inline 64-bit atomics.

Reviewed-by: Alex Bennée <alex.bennee@linaro.org>
Signed-off-by: Richard Henderson <rth@twiddle.net>
configure