From owner-svn-src-head@freebsd.org Mon May 23 16:25:09 2016 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 CDECEB46426; Mon, 23 May 2016 16:25:09 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id BDF861CE1; Mon, 23 May 2016 16:25:09 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id B6DF81939; Mon, 23 May 2016 16:25:09 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [172.31.3.2]) by mail.xzibition.com (Postfix) with ESMTP id 701531C3B5; Mon, 23 May 2016 16:25:09 +0000 (UTC) X-Virus-Scanned: amavisd-new at mail.xzibition.com Received: from mail.xzibition.com ([172.31.3.2]) by mail.xzibition.com (mail.xzibition.com [172.31.3.2]) (amavisd-new, port 10026) with LMTP id cWeu5oo99lbe; Mon, 23 May 2016 16:25:06 +0000 (UTC) Subject: Re: svn commit: r300348 - head DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 874111C3AD To: Andrew Turner References: <201605210132.u4L1W43X033151@repo.freebsd.org> <20160523113400.349b8bdc@zapp> <20160523120134.7d4c127d@zapp> <199286da-0b3f-cf0e-cc12-48bdf1910af4@FreeBSD.org> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <6f29d844-50df-3f62-e8fd-f467a2c61922@FreeBSD.org> Date: Mon, 23 May 2016 09:25:05 -0700 User-Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.11; rv:45.0) Gecko/20100101 Thunderbird/45.1.0 MIME-Version: 1.0 In-Reply-To: <199286da-0b3f-cf0e-cc12-48bdf1910af4@FreeBSD.org> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit X-BeenThere: svn-src-head@freebsd.org X-Mailman-Version: 2.1.22 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: Mon, 23 May 2016 16:25:09 -0000 On 5/23/16 9:04 AM, Bryan Drewery wrote: > On 5/23/16 4:01 AM, Andrew Turner wrote: >> On Mon, 23 May 2016 11:34:00 +0100 >> Andrew Turner wrote: >> >>> On Sat, 21 May 2016 01:32:04 +0000 (UTC) >>> Bryan Drewery wrote: >>> >>>> Author: bdrewery >>>> Date: Sat May 21 01:32:04 2016 >>>> New Revision: 300348 >>>> URL: https://svnweb.freebsd.org/changeset/base/300348 >>>> >>>> Log: >>>> Move external toolchain support earlier. >>>> >>>> This is to consolidate external toolchain and >>>> WITHOUT_CROSS_COMPILER support. >>>> Reviewed by: brooks, bapt >>>> Sponsored by: EMC / Isilon Storage Division >>>> Differential Revision: https://reviews.freebsd.org/D6353 >>>> >>> >>> This seems to have broken the arm64 build. My guess is the wrong >>> linker is being used, but I haven't looked into the issue too far. >> >> The issue is you moved a block that depends on BROKEN_OPTIONS being >> defined to before the point we include share/mk/src.opts.mk, the place >> it is defined. >> > > Looking at it now. > > Fixed in r300519. Sorry about that. I've installed the aarch64-binutils now to be sure I'm testing it as well. -- Regards, Bryan Drewery