configure: remove obsoleted variable

9b9c37c364 ("tcg-sparc: Assume v9 cpu always, i.e. force v8plus in
32-bit mode.", 2012-09-21) removed the need for this variable and
most of the references to it, but this one.

Remove defunct code, no effect or functionality change expected.

Backports commit edd318b7a3c54321ead363ffc1e22ebac5785f1d from qemu
This commit is contained in:
Carlo Marcelo Arenas Belón 2019-11-18 22:08:18 -05:00 committed by Lioncash
parent 61be812bfb
commit 467617cd8a
No known key found for this signature in database
GPG key ID: 4E3C3CC1031BA9C7

3
qemu/configure vendored
View file

@ -1434,9 +1434,6 @@ echo "target list $target_list"
echo "strip binaries $strip_opt"
echo "static build $static"
echo "mingw32 support $mingw32"
if test -n "$sparc_cpu"; then
echo "Target Sparc Arch $sparc_cpu"
fi
echo "PIE $pie"
echo "membarrier $membarrier"
echo "TCG support $tcg"