Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F131805460
D38952.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
725 B
Referenced Files
None
Subscribers
None
D38952.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
@@ -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
Sun, Oct 12, 7:45 AM (9 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
23614757
Default Alt Text
D38952.diff (725 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