svn commit: r300348 - head

Bryan Drewery bdrewery at FreeBSD.org
Mon May 23 16:04:59 UTC 2016


On 5/23/16 4:01 AM, Andrew Turner wrote:
> On Mon, 23 May 2016 11:34:00 +0100
> Andrew Turner <andrew at fubar.geek.nz> wrote:
> 
>> On Sat, 21 May 2016 01:32:04 +0000 (UTC)
>> Bryan Drewery <bdrewery at FreeBSD.org> 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


More information about the svn-src-all mailing list