Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 23 May 2016 12:01:34 +0100
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Bryan Drewery <bdrewery@FreeBSD.org>
Cc:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   Re: svn commit: r300348 - head
Message-ID:  <20160523120134.7d4c127d@zapp>
In-Reply-To: <20160523113400.349b8bdc@zapp>
References:  <201605210132.u4L1W43X033151@repo.freebsd.org> <20160523113400.349b8bdc@zapp>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, 23 May 2016 11:34:00 +0100
Andrew Turner <andrew@fubar.geek.nz> wrote:

> On Sat, 21 May 2016 01:32:04 +0000 (UTC)
> Bryan Drewery <bdrewery@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.

Andrew



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20160523120134.7d4c127d>