Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 May 2014 20:56:05 +0100
From:      Andrew Turner <andrew@fubar.geek.nz>
To:        Warner Losh <imp@FreeBSD.org>
Cc:        svn-src-head@freebsd.org, svn-src-all@freebsd.org, src-committers@freebsd.org
Subject:   Re: svn commit: r266349 - in head: share/mk sys/conf
Message-ID:  <20140518205605.70159532@bender.Home>
In-Reply-To: <201405172031.s4HKVY51073386@svn.freebsd.org>
References:  <201405172031.s4HKVY51073386@svn.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, 17 May 2014 20:31:34 +0000 (UTC)
Warner Losh <imp@FreeBSD.org> wrote:

> Author: imp
> Date: Sat May 17 20:31:34 2014
> New Revision: 266349
> URL: http://svnweb.freebsd.org/changeset/base/266349
> 
> Log:
>   The time is not yet ripe to break the lack of dependencies between
>   src/sys and the rest of the tree for builds.
>   o eliminate including bsd.mkopts.mk for the moment in kern.opts.mk
>   o No need to include src.opts.mk at all anymore. The reasons for it
>     are now coverted in sys.mk and src.sys.mk.

This breaks ARM kernel builds as MK_ARM_EABI is undefined, at least on
9.x. The below patch fixes it for me.

Andrew

Index: sys/conf/kern.opts.mk
===================================================================
--- sys/conf/kern.opts.mk	(revision 266414)
+++ sys/conf/kern.opts.mk	(working copy)
@@ -16,6 +16,7 @@
 # src tree.
 
 __DEFAULT_YES_OPTIONS = \
+    ARM_EABI \
     FORMAT_EXTENSIONS \
     KERNEL_SYMBOLS
 



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