Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F159383424
D38954.id118482.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
782 B
Referenced Files
None
Subscribers
None
D38954.id118482.diff
View Options
Index: share/mk/src.opts.mk
===================================================================
--- share/mk/src.opts.mk
+++ share/mk/src.opts.mk
@@ -354,7 +354,7 @@
.endif
.if ${__T} != "i386" && ${__T} != "amd64" && \
- ${__T:Mpowerpc64*} == ""
+ ${__T:Mpowerpc64*} == "" && ${__T} != "aarch64"
BROKEN_OPTIONS+= OFED
.endif
Index: sys/conf/kern.opts.mk
===================================================================
--- sys/conf/kern.opts.mk
+++ sys/conf/kern.opts.mk
@@ -85,7 +85,7 @@
# Things that don't work because the kernel doesn't have the support
# for them.
.if ${MACHINE} != "i386" && ${MACHINE} != "amd64" && \
- ${MACHINE_ARCH:Mpowerpc64*} == ""
+ ${MACHINE_ARCH:Mpowerpc64*} == "" && ${MACHINE} != "arm64"
BROKEN_OPTIONS+= OFED
.endif
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Jun 14, 12:53 PM (7 h, 22 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33952374
Default Alt Text
D38954.id118482.diff (782 B)
Attached To
Mode
D38954: *.opts.mk: do not mark OFED as BROKEN_OPTIONS on arm64
Attached
Detach File
Event Timeline
Log In to Comment