Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F157835175
D38952.id118479.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
759 B
Referenced Files
None
Subscribers
None
D38952.id118479.diff
View Options
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -95,7 +95,6 @@
EFI \
ELFTOOLCHAIN_BOOTSTRAP \
EXAMPLES \
- FDT \
FILE \
FINGER \
FLOPPY \
@@ -283,6 +282,12 @@
.include <bsd.compiler.mk>
+.if ${__T} == "i386" || ${__T} == "amd64"
+__DEFAULT_NO_OPTIONS += FDT
+.else
+__DEFAULT_YES_OPTIONS += FDT
+.endif
+
.if ${__T:Marm*} == "" && ${__T:Mriscv64*} == ""
__DEFAULT_YES_OPTIONS+=LLDB
.else
@@ -348,6 +353,12 @@
__DEFAULT_NO_OPTIONS+=OPENMP
.endif
+.if ${__T} != "i386" && ${__T} != "amd64" && \
+ ${__T:Mpowerpc64*} == ""
+BROKEN_OPTIONS+= OFED
+.endif
+
+
.if ${__T} == "powerpc"
BROKEN_OPTIONS+= ZFS
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, May 26, 5:41 PM (3 h, 57 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33519082
Default Alt Text
D38952.id118479.diff (759 B)
Attached To
Mode
D38952: src.opts.mk: sync FDT and OFED options with kern.opts.mk
Attached
Detach File
Event Timeline
Log In to Comment