From 467617cd8a52ff0dd04dca04bd33d320d2b6ae65 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Carlo=20Marcelo=20Arenas=20Bel=C3=B3n?= Date: Mon, 18 Nov 2019 22:08:18 -0500 Subject: [PATCH] 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 --- qemu/configure | 3 --- 1 file changed, 3 deletions(-) diff --git a/qemu/configure b/qemu/configure index 031f6abd..20688413 100755 --- a/qemu/configure +++ b/qemu/configure @@ -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"