From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id C2A571382C5 for ; Mon, 14 Dec 2020 23:47:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 199C2E097C; Mon, 14 Dec 2020 23:47:46 +0000 (UTC) Received: from ciao.gmane.io (ciao.gmane.io [116.202.254.214]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 43752E0903 for ; Mon, 14 Dec 2020 23:47:45 +0000 (UTC) Received: from list by ciao.gmane.io with local (Exim 4.92) (envelope-from ) id 1koxZ9-0005rd-3Z for gentoo-user@lists.gentoo.org; Tue, 15 Dec 2020 00:47:43 +0100 X-Injected-Via-Gmane: http://gmane.org/ To: gentoo-user@lists.gentoo.org From: Grant Edwards Subject: [gentoo-user] Re: update fails, but I don't see why Date: Mon, 14 Dec 2020 23:47:39 -0000 (UTC) Message-ID: References: <650a1d1d-e2a6-6a55-b07b-af65a877d44e@web.de> <20201212223503.6d46ad41@digimed.co.uk> <32af647f-a0e1-77e7-ff0f-4a5495e45f6b@web.de> <20201213081731.16f5dc53@digimed.co.uk> <15a5e013-1e5b-ec6e-1155-947d5fcbe329@web.de> <42df04c1-d8ac-cb0e-559a-39edc83a0888@gmail.com> <5FD73BD4.2030300@youngman.org.uk> <585209e9-0859-579a-27d9-ba27df7b1763@web.de> <8798208a-8e00-7da0-154c-4a2e8de9ed19@youngman.org.uk> User-Agent: slrn/1.0.3 (Linux) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-user@lists.gentoo.org Reply-to: gentoo-user@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 81e1fe9f-b75d-47a0-9dc5-8d762c59eff1 X-Archives-Hash: 3760def45dd8983e7bec936930ec5851 On 2020-12-14, antlists wrote: > What I would do is find out whatever -march fits the oldest chip, and > then set that for all the machines. Especially if, as you say, they're > all AMD the chances are the newer chips will be a superset of the old, FWIW, that's not always the case. Instructions sometiems go away from one CPU generation to the next. -- Grant