]> xenbits.xensource.com Git - qemu-xen.git/commitdiff
configure: remove obsoleted $sparc_cpu variable
authorCarlo Marcelo Arenas Belón <carenas@gmail.com>
Tue, 9 Jul 2019 23:43:30 +0000 (16:43 -0700)
committerLaurent Vivier <laurent@vivier.eu>
Wed, 21 Aug 2019 08:30:11 +0000 (10:30 +0200)
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 <carenas@gmail.com>
Reviewed-by: Richard Henderson <richard.henderson@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Tested-by: Philippe Mathieu-Daudé <philmd@redhat.com>
Message-Id: <20190709234330.89699-1-carenas@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
configure

index 714e7fb6a1fbd72ccdcd92b506cedf68b80d8a5c..4e7b79c826a230b2fadc9a6c6cef6c4b56d76a76 100755 (executable)
--- 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"