From owner-freebsd-stable@freebsd.org Wed Feb 15 20:46:29 2017 Return-Path: Delivered-To: freebsd-stable@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0BB83CE039B for ; Wed, 15 Feb 2017 20:46:29 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: from asp.reflexion.net (outbound-mail-210-74.reflexion.net [208.70.210.74]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 9F059BCE for ; Wed, 15 Feb 2017 20:46:28 +0000 (UTC) (envelope-from markmi@dsl-only.net) Received: (qmail 30284 invoked from network); 15 Feb 2017 20:46:27 -0000 Received: from unknown (HELO mail-cs-01.app.dca.reflexion.local) (10.81.19.1) by 0 (rfx-qmail) with SMTP; 15 Feb 2017 20:46:27 -0000 Received: by mail-cs-01.app.dca.reflexion.local (Reflexion email security v8.30.0) with SMTP; Wed, 15 Feb 2017 15:46:27 -0500 (EST) Received: (qmail 20568 invoked from network); 15 Feb 2017 20:46:27 -0000 Received: from unknown (HELO iron2.pdx.net) (69.64.224.71) by 0 (rfx-qmail) with (AES256-SHA encrypted) SMTP; 15 Feb 2017 20:46:27 -0000 Received: from [192.168.1.111] (c-67-170-167-181.hsd1.or.comcast.net [67.170.167.181]) by iron2.pdx.net (Postfix) with ESMTPSA id 5E071EC867B; Wed, 15 Feb 2017 12:46:26 -0800 (PST) From: Mark Millard Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Mime-Version: 1.0 (Mac OS X Mail 10.2 \(3259\)) Subject: Re: removing SVR4 binary compatibilty layer Message-Id: Date: Wed, 15 Feb 2017 12:46:25 -0800 To: glebius@FreeBSD.org, FreeBSD-STABLE Mailing List X-Mailer: Apple Mail (2.3259) X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Feb 2017 20:46:29 -0000 Gleb Smirnoff glebius at FreeBSD.org wrote on Tue Feb 14 18:32:40 UTC 2017 : > After some discussion on svn mailing list [1], there is intention > to remove SVR4 binary compatibilty layer from FreeBSD head, meaning > that FreeBSD 12.0-RELEASE, available in couple of years would > be shipped without it. There is no intention of merge of the removal. > The stable@ mailing list added for wider audience. Can we presume no invalidation of the TARGET_ARCH=powerpc ABI? It is SVR4 based as I remember (unlike TARGET_ARCH=powerpc64 ). === Mark Millard markmi at dsl-only.net