From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org X-Spam-Level: X-Spam-Status: No, score=-8.2 required=3.0 tests=HEADER_FROM_DIFFERENT_DOMAINS, INCLUDES_PATCH,MAILING_LIST_MULTI,SIGNED_OFF_BY,SPF_HELO_NONE,SPF_PASS, USER_AGENT_SANE_1 autolearn=ham autolearn_force=no version=3.4.0 Received: from mail.kernel.org (mail.kernel.org [198.145.29.99]) by smtp.lore.kernel.org (Postfix) with ESMTP id 383A7C73C7C for ; Wed, 10 Jul 2019 09:30:19 +0000 (UTC) Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mail.kernel.org (Postfix) with ESMTPS id 0FC4620838 for ; Wed, 10 Jul 2019 09:30:19 +0000 (UTC) DMARC-Filter: OpenDMARC Filter v1.3.2 mail.kernel.org 0FC4620838 Authentication-Results: mail.kernel.org; dmarc=fail (p=none dis=none) header.from=redhat.com Authentication-Results: mail.kernel.org; spf=pass smtp.mailfrom=qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Received: from localhost ([::1]:59328 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hl8va-0004V7-DQ for qemu-devel@archiver.kernel.org; Wed, 10 Jul 2019 05:30:18 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:48279) by lists.gnu.org with esmtp (Exim 4.86_2) (envelope-from ) id 1hl8s4-0002TR-Vi for qemu-devel@nongnu.org; Wed, 10 Jul 2019 05:26:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1hl8s2-0002re-TA for qemu-devel@nongnu.org; Wed, 10 Jul 2019 05:26:40 -0400 Received: from mail-wm1-f67.google.com ([209.85.128.67]:54019) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1hl8s2-0002nY-L3 for qemu-devel@nongnu.org; Wed, 10 Jul 2019 05:26:38 -0400 Received: by mail-wm1-f67.google.com with SMTP id x15so1496236wmj.3 for ; Wed, 10 Jul 2019 02:26:35 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:subject:to:cc:references:from:openpgp:message-id :date:user-agent:mime-version:in-reply-to:content-language :content-transfer-encoding; bh=dNd9IqHwvKh2lczcoe8k89Usd+GyWaShWWIlbeyQ7Rw=; b=inDeQApqMPOlhCTfq3ZOZShOkmBWOiYaPqTeld5FUb1lUgWZCPRV3dl/KgKk9EC1wv iuWufqGtn1beUI0hp73d8fIf5Pi6m0BRpcm6Ezqk4l3/l213eHp0ubMfo+n7XCTnpcc4 7kclWVf3GNyawzb5Oqxe5XvvYGSZjNOthiAMcqbs8rNOfgZgv3qIiAm4+dT8b5LaDlPc DRY2nv1IqHs0vJY5c2dGKxvnNdysubhqVjvk1unF/+zzLMWWXSPbCsOuSC2/kW2bwQEW 4apVp1/gyhp45FjfqTPasa9mO7486nOlNp9eZRQJ5IK2/ixAgQG31+p57abgjFjNqtrF xJWA== X-Gm-Message-State: APjAAAWEe47/b1MUGds8JsXr55KpHqb0Eq02TSIvQcAO9RHJPKdcKk39 0+dWgJ2Manf0W3FKYpCNpPJqJAK1RSw= X-Google-Smtp-Source: APXvYqyNfAy9jbFiScn1zBPjpr2zi04cdJTlGY9NJjOtYKEGmocacI233J9lF1to+N5JSRvD44665w== X-Received: by 2002:a05:600c:218d:: with SMTP id e13mr4394626wme.29.1562750795008; Wed, 10 Jul 2019 02:26:35 -0700 (PDT) Received: from [10.32.224.100] (red-hat-inc.vlan560.asr1.mad1.gblx.net. [159.63.51.90]) by smtp.gmail.com with ESMTPSA id v18sm1689965wrs.80.2019.07.10.02.26.34 (version=TLS1_3 cipher=AEAD-AES128-GCM-SHA256 bits=128/128); Wed, 10 Jul 2019 02:26:34 -0700 (PDT) To: =?UTF-8?Q?Carlo_Marcelo_Arenas_Bel=c3=b3n?= , qemu-devel@nongnu.org References: <20190709234330.89699-1-carenas@gmail.com> From: =?UTF-8?Q?Philippe_Mathieu-Daud=c3=a9?= Openpgp: id=89C1E78F601EE86C867495CBA2A3FD6EDEADC0DE; url=http://pgp.mit.edu/pks/lookup?op=get&search=0xA2A3FD6EDEADC0DE Message-ID: Date: Wed, 10 Jul 2019 11:26:33 +0200 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:60.0) Gecko/20100101 Thunderbird/60.7.0 MIME-Version: 1.0 In-Reply-To: <20190709234330.89699-1-carenas@gmail.com> Content-Type: text/plain; charset=utf-8 Content-Language: en-US Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] [fuzzy] X-Received-From: 209.85.128.67 Subject: Re: [Qemu-devel] [PATCH] configure: remove obsoleted $sparc_cpu variable X-BeenThere: qemu-devel@nongnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: qemu-trivial@nongnu.org, rth@twiddle.net Errors-To: qemu-devel-bounces+qemu-devel=archiver.kernel.org@nongnu.org Sender: "Qemu-devel" On 7/10/19 1:43 AM, Carlo Marcelo Arenas Belón wrote: > 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 > --- > configure | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/configure b/configure > index 4983c8b533..7518f201ab 100755 > --- a/configure > +++ b/configure > @@ -6378,9 +6378,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" > Reviewed-by: Philippe Mathieu-Daudé Tested-by: Philippe Mathieu-Daudé