svn commit: r339173 - head/share/mk

Andreas Tobler andreast at FreeBSD.org
Wed Oct 3 19:09:10 UTC 2018


Author: andreast
Date: Wed Oct  3 19:09:09 2018
New Revision: 339173
URL: https://svnweb.freebsd.org/changeset/base/339173

Log:
  Set the default loader for powerpc64 back to to forth too.
  The commit from r338893 covered only the powerpc build.
  
  Approved by:	re (kib)

Modified:
  head/share/mk/src.opts.mk

Modified: head/share/mk/src.opts.mk
==============================================================================
--- head/share/mk/src.opts.mk	Wed Oct  3 17:57:37 2018	(r339172)
+++ head/share/mk/src.opts.mk	Wed Oct  3 19:09:09 2018	(r339173)
@@ -360,7 +360,7 @@ BROKEN_OPTIONS+=LOADER_GELI LOADER_LUA
 .endif
 # Lua in loader currently cause boot failures on powerpc.
 # Further debugging is required.
-.if ${__T} == "powerpc"
+.if ${__T} == "powerpc" || ${__T} == "powerpc64"
 BROKEN_OPTIONS+=LOADER_LUA
 .endif
 


More information about the svn-src-head mailing list