From owner-svn-src-head@freebsd.org Fri Jan 27 20:36:22 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 708AFCC456F; Fri, 27 Jan 2017 20:36:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 2C03C15F6; Fri, 27 Jan 2017 20:36:22 +0000 (UTC) (envelope-from carpeddiem@gmail.com) Received: by mail-it0-x243.google.com with SMTP id 203so9483487ith.2; Fri, 27 Jan 2017 12:36:22 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=uREFFKQJYWJO1/sBefCkXnDwWSdIsCcjvW4ypg5GwPs=; b=kd+XDGIbAIDYxCSDXstChULr+X+UEefk3ZH+QrEFbFXASQCuAXG5uYg2JtE5M26407 WYsIssdldfUOsOXogfEcSVajBWYLrXmJmnVV5OPmyKOeXgT/tMJY0tUra3KVKqfq/8/w fveJZQDas6nWg8Xkd2c2r83Oq925i1Uk01ik5/K6PTRskh+X1vzUGSJMIbJtY2FaDYuW DZhQhLniE/6/JFqA6W1E+/6DLmV0nTJzrKbMTmWLCfrHw3qLQX+cvGXLxSgm9U5Xd/LJ 1iX0bEDgXNCb4cQOfDNkqKK/dSPW3d45cDirJ4KHRLTMpQh2jOSGG8JHw9l52VkvWtYt jFcg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=uREFFKQJYWJO1/sBefCkXnDwWSdIsCcjvW4ypg5GwPs=; b=EBZaTsZIrImum14I5aizEU1JTyJQCPNkkUrYEdzSfid9luDWV9X/3ofH8mihvPvGrP QDGk/VafgcIPrcAkjNDm7TpiOpBt51lHcOpUUEZXM4w6th+evkjJ8rUioXuV8E4zCM+w +UtFhgZtVzALNgi22ygWgyDzcROSp7zF+w1vFmdrDkGABL9jtZcUSpahFalfRF4CT/et ZhF9UlTM6/tRcAhq2HwzaKabM65FGcQp8bQDVrkzhphQdu7/85bKMe0gUXxiFX7wE+GG aJtz+UD5YT9UhAWwpuJ6VXi3uBWzEpgF2TKbFBZNRHiOw/XnN9whICPf0EqnmmLfJTuE 5aXA== X-Gm-Message-State: AIkVDXIvAEcjeUJ+ckOGhoIx1sPm9gaZFdfUEE4X4PFwA9Lcc58Riwjq+ZAupgPG3NkKVZkqv47JSFerGgx7wg== X-Received: by 10.36.117.148 with SMTP id y142mr4406512itc.14.1485549381497; Fri, 27 Jan 2017 12:36:21 -0800 (PST) MIME-Version: 1.0 Sender: carpeddiem@gmail.com Received: by 10.107.175.159 with HTTP; Fri, 27 Jan 2017 12:36:01 -0800 (PST) In-Reply-To: <5921766.B6ayWRhOVb@ralph.baldwin.cx> References: <201701270343.v0R3hIww068402@repo.freebsd.org> <5921766.B6ayWRhOVb@ralph.baldwin.cx> From: Ed Maste Date: Fri, 27 Jan 2017 15:36:01 -0500 X-Google-Sender-Auth: 0LxfycWLiVOgDwLA9phNEt8B38Q Message-ID: Subject: Re: svn commit: r312857 - head To: John Baldwin Cc: "src-committers@freebsd.org" , "svn-src-all@freebsd.org" , "svn-src-head@freebsd.org" Content-Type: text/plain; charset=UTF-8 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 20:36:22 -0000 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.