From owner-svn-src-head@freebsd.org Fri Jan 27 19:47:55 2017 Return-Path: Delivered-To: svn-src-head@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 9BCDACC461C; Fri, 27 Jan 2017 19:47:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [IPv6:2001:470:1f11:75::1]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 7959DFDB; Fri, 27 Jan 2017 19:47:55 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from ralph.baldwin.cx (c-73-231-226-104.hsd1.ca.comcast.net [73.231.226.104]) by mail.baldwin.cx (Postfix) with ESMTPSA id 55B7310A791; Fri, 27 Jan 2017 14:47:54 -0500 (EST) From: John Baldwin To: Ed Maste Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org Subject: Re: svn commit: r312857 - head Date: Fri, 27 Jan 2017 11:38:06 -0800 Message-ID: <5921766.B6ayWRhOVb@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: <201701270343.v0R3hIww068402@repo.freebsd.org> References: <201701270343.v0R3hIww068402@repo.freebsd.org> MIME-Version: 1.0 Content-Transfer-Encoding: 7Bit Content-Type: text/plain; charset="us-ascii" X-Greylist: Sender succeeded SMTP AUTH, not delayed by milter-greylist-4.4.3 (mail.baldwin.cx); Fri, 27 Jan 2017 14:47:54 -0500 (EST) X-Virus-Scanned: clamav-milter 0.99.2 at mail.baldwin.cx X-Virus-Status: Clean X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.23 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, 27 Jan 2017 19:47:55 -0000 On Friday, January 27, 2017 03:43:18 AM Ed Maste wrote: > Author: emaste > Date: Fri Jan 27 03:43:18 2017 > New Revision: 312857 > URL: https://svnweb.freebsd.org/changeset/base/312857 > > Log: > Use cross-NM (XNM) in compat32 build > > An attempt to build mips64 using external toolchain failed as it tried > to use the host amd64 nm. > > MFC after: 1 month > Sponsored by: The FreeBSD Foundation Which external toolchain? Building with GCC 6 and binutils from ports worked fine for me? OTOH, it seems that trying to use clang (in HEAD) with external binutils might be buggy as it doesn't pass the '-m ' down to ld like GCC does. -- John Baldwin