From owner-svn-src-all@FreeBSD.ORG Thu Aug 26 12:51:37 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 4AF0010656A5; Thu, 26 Aug 2010 12:51:37 +0000 (UTC) (envelope-from imp@bsdimp.com) Received: from harmony.bsdimp.com (bsdimp.com [199.45.160.85]) by mx1.freebsd.org (Postfix) with ESMTP id 015B68FC28; Thu, 26 Aug 2010 12:51:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by harmony.bsdimp.com (8.14.3/8.14.1) with ESMTP id o7QCj853022139; Thu, 26 Aug 2010 06:45:08 -0600 (MDT) (envelope-from imp@bsdimp.com) Date: Thu, 26 Aug 2010 06:45:11 -0600 (MDT) Message-Id: <20100826.064511.725436840347784963.imp@bsdimp.com> To: jmallett@FreeBSD.org From: "M. Warner Losh" In-Reply-To: References: <201008260525.o7Q5PpGu032625@svn.freebsd.org> X-Mailer: Mew version 6.3 on Emacs 22.3 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 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 12:51:37 -0000 In message: Juli Mallett writes: : 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 i= n : the mood to commit these workarounds :) OK. Too bad this ugly kludge broke the case when TARGET_ABI isn't defined :( Warner