From owner-svn-src-head@FreeBSD.ORG Fri Feb 7 03:00:15 2014 Return-Path: Delivered-To: svn-src-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id E28A8605; Fri, 7 Feb 2014 03:00:15 +0000 (UTC) Received: from smtpauth2.wiscmail.wisc.edu (wmauth2.doit.wisc.edu [144.92.197.222]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id AEA5B12B8; Fri, 7 Feb 2014 03:00:14 +0000 (UTC) MIME-version: 1.0 Content-transfer-encoding: 7BIT Content-type: text/plain; CHARSET=US-ASCII; format=flowed Received: from avs-daemon.smtpauth2.wiscmail.wisc.edu by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) id <0N0L00000UZCS500@smtpauth2.wiscmail.wisc.edu>; Thu, 06 Feb 2014 21:00:07 -0600 (CST) X-Spam-PmxInfo: Server=avs-2, Version=6.0.3.2322014, Antispam-Engine: 2.7.2.2107409, Antispam-Data: 2014.2.7.25115, SenderIP=0.0.0.0 X-Spam-Report: AuthenticatedSender=yes, SenderIP=0.0.0.0 Received: from comporellon.tachypleus.net (adsl-76-208-68-77.dsl.mdsnwi.sbcglobal.net [76.208.68.77]) by smtpauth2.wiscmail.wisc.edu (Oracle Communications Messaging Server 7u4-27.01(7.0.4.27.0) 64bit (built Aug 30 2012)) with ESMTPSA id <0N0L000GOV06WP10@smtpauth2.wiscmail.wisc.edu>; Thu, 06 Feb 2014 21:00:07 -0600 (CST) Message-id: <52F44C35.90101@freebsd.org> Date: Thu, 06 Feb 2014 21:00:05 -0600 From: Nathan Whitehorn User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 To: Ed Maste , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r261567 - in head/sys/boot: . i386/efi i386/gptboot i386/gptzfsboot i386/loader i386/zfsboot libstand32 References: <201402062154.s16LsLTN047813@svn.freebsd.org> In-reply-to: <201402062154.s16LsLTN047813@svn.freebsd.org> X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.17 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: Fri, 07 Feb 2014 03:00:16 -0000 On 02/06/14 15:54, Ed Maste wrote: > Author: emaste > Date: Thu Feb 6 21:54:21 2014 > New Revision: 261567 > URL: http://svnweb.freebsd.org/changeset/base/261567 > > Log: > Build a 32-bit libstand under sys/boot/ > > A 32-bit libstand is needed on 64-bit platforms for use by various > bootloaders. Previously only the 32-bit version was built, installed as > /usr/lib/libstand.a. > > A new 64-bit libstand consumer will arrive in the near future, so move > the bootloader-specific 32-bit version to sys/boot/libstand32/. > > Explicitly link against this version in the 32-bit loaders. > > Sponsored by: The FreeBSD Foundation > Please also do this for the powerpc64 bootloader, which, like amd64, is 32-bit. -Nathan