Set the default loader for powerpc64 back to to forth too.

The commit from r338893 covered only the powerpc build.

Approved by:	re (kib)
This commit is contained in:
Andreas Tobler 2018-10-03 19:09:09 +00:00
parent ad7eb8cad5
commit a669177576
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=339173

View file

@ -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