Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F107683846
D33511.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
623 B
Referenced Files
None
Subscribers
None
D33511.diff
View Options
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -131,6 +131,7 @@
LLVM_COV \
LLVM_CXXFILT \
LOADER_GELI \
+ LOADER_KBOOT \
LOADER_LUA \
LOADER_OFW \
LOADER_UBOOT \
@@ -311,6 +312,10 @@
.if ${__T:Mpowerpc*} == ""
BROKEN_OPTIONS+=LOADER_OFW
.endif
+# KBOOT is only for powerpc64 (powerpc64le broken)
+.if ${__T} != "powerpc64"
+BROKEN_OPTIONS+=LOADER_KBOOT
+.endif
# UBOOT is only for arm, and big-endian powerpc
.if (${__T:Marm*} == "" && ${__T:Mpowerpc*} == "") || ${__T} == "powerpc64le"
BROKEN_OPTIONS+=LOADER_UBOOT
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sat, Jan 18, 1:41 PM (18 h, 17 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
15862584
Default Alt Text
D33511.diff (623 B)
Attached To
Mode
D33511: kboot: Add MK_LOADER_KBOOT
Attached
Detach File
Event Timeline
Log In to Comment