On Sat, 17 May 2014 20:31:34 +0000 (UTC)
Warner Losh <i...@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
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to