Page MenuHomeFreeBSD

D38952.diff
No OneTemporary

D38952.diff

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

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)

Event Timeline