From owner-svn-src-head@freebsd.org Mon May 23 16:04:59 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 42679B47D5E; Mon, 23 May 2016 16:04:59 +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 32FD1167F; Mon, 23 May 2016 16:04:59 +0000 (UTC) (envelope-from bdrewery@FreeBSD.org) Received: from mail.xzibition.com (localhost [IPv6:::1]) by freefall.freebsd.org (Postfix) with ESMTP id 2BE141B7F; Mon, 23 May 2016 16:04:59 +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 C29091C2DE; Mon, 23 May 2016 16:04:58 +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 AlnCew9cSU2P; Mon, 23 May 2016 16:04:51 +0000 (UTC) Subject: Re: svn commit: r300348 - head DKIM-Filter: OpenDKIM Filter v2.9.2 mail.xzibition.com 230601C2D4 To: Andrew Turner References: <201605210132.u4L1W43X033151@repo.freebsd.org> <20160523113400.349b8bdc@zapp> <20160523120134.7d4c127d@zapp> Cc: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org From: Bryan Drewery Organization: FreeBSD Message-ID: <199286da-0b3f-cf0e-cc12-48bdf1910af4@FreeBSD.org> Date: Mon, 23 May 2016 09:04:48 -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: <20160523120134.7d4c127d@zapp> 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:04:59 -0000 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. -- Regards, Bryan Drewery