From owner-svn-src-head@FreeBSD.ORG Tue Nov 18 17:06:49 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 2F6BEF9B; Tue, 18 Nov 2014 17:06:49 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (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 1C1A76B0; Tue, 18 Nov 2014 17:06:49 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.9/8.14.9) with ESMTP id sAIH6mRN052035; Tue, 18 Nov 2014 17:06:48 GMT (envelope-from imp@FreeBSD.org) Received: (from imp@localhost) by svn.freebsd.org (8.14.9/8.14.9/Submit) id sAIH6mb9052034; Tue, 18 Nov 2014 17:06:48 GMT (envelope-from imp@FreeBSD.org) Message-Id: <201411181706.sAIH6mb9052034@svn.freebsd.org> X-Authentication-Warning: svn.freebsd.org: imp set sender to imp@FreeBSD.org using -f From: Warner Losh Date: Tue, 18 Nov 2014 17:06:48 +0000 (UTC) To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: svn commit: r274664 - head/tools/build/options X-SVN-Group: head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.18-1 Precedence: list List-Id: SVN commit messages for the src tree for head/-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 Nov 2014 17:06:49 -0000 Author: imp Date: Tue Nov 18 17:06:48 2014 New Revision: 274664 URL: https://svnweb.freebsd.org/changeset/base/274664 Log: LIB32 is supported for powerpc64 too. Make the note more general about 64-bit processors. Sponsored by: Netflix Modified: head/tools/build/options/WITHOUT_LIB32 Modified: head/tools/build/options/WITHOUT_LIB32 ============================================================================== --- head/tools/build/options/WITHOUT_LIB32 Tue Nov 18 17:06:46 2014 (r274663) +++ head/tools/build/options/WITHOUT_LIB32 Tue Nov 18 17:06:48 2014 (r274664) @@ -1,4 +1,4 @@ .\" $FreeBSD$ -On amd64, set to not build 32-bit library set and a +On 64-bit platforms, set to not build 32-bit library set and a .Nm ld-elf32.so.1 runtime linker.