From owner-svn-src-all@freebsd.org Sat Mar 12 23:38:28 2016 Return-Path: Delivered-To: svn-src-all@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 6A96FACD83C; Sat, 12 Mar 2016 23:38:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 4D728970; Sat, 12 Mar 2016 23:38:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 45D1719F9; Sat, 12 Mar 2016 23:38:28 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 088991E645; Sat, 12 Mar 2016 23:38:28 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id SThB9iWYMq_U; Sat, 12 Mar 2016 23:38:25 +0000 (UTC) Subject: Re: svn commit: r296779 - in head: . lib DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 44D521E63F To: Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org References: <201603122325.u2CNP6Ta054503@repo.freebsd.org> From: Bryan Drewery Openpgp: id=F9173CB2C3AAEA7A5C8A1F0935D771BB6E4697CF; url=http://www.shatow.net/bryan/bryan2.asc Organization: FreeBSD Message-ID: <56E4A876.2020906@FreeBSD.org> Date: Sat, 12 Mar 2016 15:38:30 -0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.6.0 MIME-Version: 1.0 In-Reply-To: <201603122325.u2CNP6Ta054503@repo.freebsd.org> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="wfXvqISkRrEAnOrJJjl3fHklmarHglexL" X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: "SVN commit messages for the entire src tree \(except for " user" and " projects" \)" List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Mar 2016 23:38:28 -0000 This is an OpenPGP/MIME signed message (RFC 4880 and 3156) --wfXvqISkRrEAnOrJJjl3fHklmarHglexL Content-Type: multipart/mixed; boundary="jgB0dvSljRSNGVVQI0cEuv3aB1TOU9sSF" From: Bryan Drewery To: Warner Losh , src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Message-ID: <56E4A876.2020906@FreeBSD.org> Subject: Re: svn commit: r296779 - in head: . lib References: <201603122325.u2CNP6Ta054503@repo.freebsd.org> In-Reply-To: <201603122325.u2CNP6Ta054503@repo.freebsd.org> --jgB0dvSljRSNGVVQI0cEuv3aB1TOU9sSF Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable On 3/12/2016 3:25 PM, Warner Losh wrote: > Author: imp > Date: Sat Mar 12 23:25:05 2016 > New Revision: 296779 > URL: https://svnweb.freebsd.org/changeset/base/296779 >=20 > Log: > Use the newly minted Makefile.libcompat to implement libsoft librarie= s > for the armv6 ABI switch. This also make WITH_LIBSOFT functional on > the arm platform. As a transition thing, this seems to work even > without switching the ABI (we basically build the same libraries > twice when MK_LIBSOFT=3Dyes until the ABI cut over next > month). MK_LIBSOFT remains default no. >=20 > Modified: > head/Makefile > head/Makefile.inc1 > head/Makefile.libcompat > head/lib/Makefile >=20 > Modified: head/Makefile > =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D= =3D=3D=3D=3D > --- head/Makefile Sat Mar 12 23:12:23 2016 (r296778) > +++ head/Makefile Sat Mar 12 23:25:05 2016 (r296779) > @@ -125,7 +125,8 @@ TGTS=3D all all-man buildenv buildenvvars=20 > obj objlink rerelease showconfig tags toolchain update \ > _worldtmp _legacy _bootstrap-tools _cleanobj _obj \ > _build-tools _cross-tools _includes _libraries _depend \ > - build32 builddtb distribute32 install32 xdev xdev-build xdev-install = \ > + build32 distribute32 install32 build32 distribute32 install32 \ oops oops --=20 Regards, Bryan Drewery --jgB0dvSljRSNGVVQI0cEuv3aB1TOU9sSF-- --wfXvqISkRrEAnOrJJjl3fHklmarHglexL Content-Type: application/pgp-signature; name="signature.asc" Content-Description: OpenPGP digital signature Content-Disposition: attachment; filename="signature.asc" -----BEGIN PGP SIGNATURE----- Version: GnuPG v2 iQEcBAEBAgAGBQJW5Kh2AAoJEDXXcbtuRpfP52UIAMIa36mQkdlAzBfZ1veOl6gX hJ3rtlU2GcQrMifuKPcNKzqkeLTqqEh884jZArmMTju4c78ZD3yOOqdHT4sk3BTT QLPyhZRixHy0f4Ov9weso1e061Wpp9oVOuM6chIE8X0lg4c/fwes1/piudqwLEhP L7/cZIm1W85ry5S3aOsfFwthf26ECn6ZrULRQt/sb3xNfYYCoLnnbRDbqHY3wbk+ BMeill2gHB7FLO2N5el4O3RFlSrpRyA61aQ8n5g2V0IKTHjKGGrkOVmxbsZluf/0 ZfnccJpAdxFPBKuT05iH5h5yrp5yVBtHTrLlbNwrahnq3TCfKLbC06rJkT2Ff1U= =cWLJ -----END PGP SIGNATURE----- --wfXvqISkRrEAnOrJJjl3fHklmarHglexL--