From: Carlo Marcelo Arenas Belón Date: Tue, 9 Jul 2019 23:43:30 +0000 (-0700) Subject: configure: remove obsoleted $sparc_cpu variable X-Git-Tag: v4.2.0-rc0~221^2~11 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=edd318b7a3c54321ead363ffc1e22ebac5785f1d;p=thirdparty%2Fqemu.git configure: remove obsoleted $sparc_cpu 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. Signed-off-by: Carlo Marcelo Arenas Belón Reviewed-by: Richard Henderson Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé Message-Id: <20190709234330.89699-1-carenas@gmail.com> Signed-off-by: Laurent Vivier --- diff --git a/configure b/configure index 714e7fb6a1f..4e7b79c826a 100755 --- a/configure +++ b/configure @@ -6384,9 +6384,6 @@ if test "$vnc" = "yes" ; then echo "VNC JPEG support $vnc_jpeg" echo "VNC PNG support $vnc_png" fi -if test -n "$sparc_cpu"; then - echo "Target Sparc Arch $sparc_cpu" -fi echo "xen support $xen" if test "$xen" = "yes" ; then echo "xen ctrl version $xen_ctrl_version"