From owner-svn-src-head@freebsd.org Fri Jan 27 21:39:50 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 709A4CC48AF; Fri, 27 Jan 2017 21:39:50 +0000 (UTC) (envelope-from jhb@freebsd.org) Received: from mail.baldwin.cx (bigwig.baldwin.cx [96.47.65.170]) (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 4E570904; Fri, 27 Jan 2017 21:39:49 +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 9E33810A791; Fri, 27 Jan 2017 16:39:48 -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 13:39:21 -0800 Message-ID: <1890872.SdRWTz4Mbe@ralph.baldwin.cx> User-Agent: KMail/4.14.10 (FreeBSD/11.0-STABLE; KDE/4.14.10; amd64; ; ) In-Reply-To: References: <201701270343.v0R3hIww068402@repo.freebsd.org> <5921766.B6ayWRhOVb@ralph.baldwin.cx> 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 16:39:48 -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 21:39:50 -0000 On Friday, January 27, 2017 03:36:01 PM Ed Maste wrote: > On 27 January 2017 at 14:38, John Baldwin wrote: > > > > Which external toolchain? Building with GCC 6 and binutils from ports worked > > fine for me? > > This was using the mips64-xtoolchain-gcc package and > CROSS_TOOLCHAIN=mips64-gcc. It appears that it picked up the host's nm > while building compat32. > > If you are building on a FreeBSD 11 or -CURRENT host it will work even > if it gets the host nm, because /usr/bin/nm is ELF Tool Chain's and > includes support for all architectures, but I'm building on 10.x and > the GNU nm there only handles x86 objects. Ah, yes I am testing on 11. Good catch then. -- John Baldwin