From owner-svn-src-all@FreeBSD.ORG Thu Aug 26 05:48:42 2010 Return-Path: Delivered-To: svn-src-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 7F01E106564A; Thu, 26 Aug 2010 05:48:42 +0000 (UTC) (envelope-from juli@clockworksquid.com) Received: from mail-ww0-f50.google.com (mail-ww0-f50.google.com [74.125.82.50]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1178FC0A; Thu, 26 Aug 2010 05:48:41 +0000 (UTC) Received: by wwb13 with SMTP id 13so2161258wwb.31 for ; Wed, 25 Aug 2010 22:48:40 -0700 (PDT) Received: by 10.216.46.15 with SMTP id q15mr8344073web.103.1282801720357; Wed, 25 Aug 2010 22:48:40 -0700 (PDT) MIME-Version: 1.0 Sender: juli@clockworksquid.com Received: by 10.216.5.5 with HTTP; Wed, 25 Aug 2010 22:48:20 -0700 (PDT) In-Reply-To: <201008260525.o7Q5PpGu032625@svn.freebsd.org> References: <201008260525.o7Q5PpGu032625@svn.freebsd.org> From: Juli Mallett Date: Wed, 25 Aug 2010 22:48:20 -0700 X-Google-Sender-Auth: ilQAB3Fj6uY0joLFDG5RNfNFhLw Message-ID: To: Warner Losh Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Cc: svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org Subject: Re: svn commit: r211832 - head/usr.sbin X-BeenThere: svn-src-all@freebsd.org X-Mailman-Version: 2.1.5 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: Thu, 26 Aug 2010 05:48:42 -0000 On Wed, Aug 25, 2010 at 22:25, Warner Losh wrote: > Author: imp > Date: Thu Aug 26 05:25:51 2010 > New Revision: 211832 > URL: http://svn.freebsd.org/changeset/base/211832 > > Log: > =A0Ugly kludge to paper over some kind of ld bug and/or misuse: don't > =A0build uathload on mips n64 either. Thanks for taking care of this. If you could include n32 in this case, that'd be great. I don't know whether the rescue stuff is also broken on n32, but it's probably worth doing a quick build with TARGET_ABI=3Dn32 to check, if you're in the mood to commit these workarounds :) Juli.