From owner-freebsd-stable@freebsd.org Mon Aug 31 21:47:36 2020 Return-Path: Delivered-To: freebsd-stable@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 662573CF564 for ; Mon, 31 Aug 2020 21:47:36 +0000 (UTC) (envelope-from freebsd-stable@lists.invis.net) Received: from mail.invis.net (mail.invis.net [5.152.219.147]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4BgP1z2LlGz49gX for ; Mon, 31 Aug 2020 21:47:35 +0000 (UTC) (envelope-from freebsd-stable@lists.invis.net) Received: (qmail 82161 invoked by uid 89); 31 Aug 2020 21:47:34 -0000 Received: from unknown (HELO xenon.internal.invis.net) (no-reply@invis.net@84.9.150.199) by smtp.mail.cassiterite.invis.net with SMTP; 31 Aug 2020 21:47:34 -0000 Subject: Re: Cannot find announcement that min supported i386 CPU is now i686 To: freebsd-stable@freebsd.org References: <4460db23-9a29-7972-1b41-74585764a5d7@lists.invis.net> <20200831205136.GA15141@elch.exwg.net> From: Charles Lecklider Message-ID: <902795b7-a18c-7486-c0c1-1aa07982018c@lists.invis.net> Date: Mon, 31 Aug 2020 22:47:33 +0100 User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:68.0) Gecko/20100101 Thunderbird/68.11.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: 7bit X-Rspamd-Queue-Id: 4BgP1z2LlGz49gX X-Spamd-Bar: +++ X-Spamd-Result: default: False [3.54 / 15.00]; MID_RHS_MATCH_FROM(0.00)[]; ARC_NA(0.00)[]; FROM_HAS_DN(0.00)[]; TO_MATCH_ENVRCPT_ALL(0.00)[]; MIME_GOOD(-0.10)[text/plain]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(0.94)[0.937]; RCPT_COUNT_ONE(0.00)[1]; NEURAL_HAM_SHORT(-0.04)[-0.043]; NEURAL_SPAM_LONG(0.75)[0.751]; R_SPF_NA(0.00)[no SPF record]; DMARC_POLICY_REJECT(2.00)[lists.invis.net : No valid SPF, No valid DKIM,reject]; FROM_EQ_ENVFROM(0.00)[]; RCVD_TLS_LAST(0.00)[]; R_DKIM_NA(0.00)[]; ASN(0.00)[asn:20860, ipnet:5.152.192.0/19, country:GB]; MIME_TRACE(0.00)[0:+]; MAILMAN_DEST(0.00)[freebsd-stable]; RCVD_COUNT_TWO(0.00)[2] X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.33 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 31 Aug 2020 21:47:36 -0000 On 2020-08-31 21:54, Warner Losh wrote: > The default is to compile for i686. That does seem to be the case for 11.4, but that wasn't the case for 11.3, and I cannot find an announcement for that change anywhere. Had I seen one ... > However, you can still roll your own if you need anything back to i486. ... that's what I would have done. -C