git: aba2d7f89dcf - stable/14 - WITH_NVME: Remove from broken.
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 27 Aug 2024 01:06:54 UTC
The branch stable/14 has been updated by jhb:
URL: https://cgit.FreeBSD.org/src/commit/?id=aba2d7f89dcf7f17f3f9a13ea0b62a6bd02c0db9
commit aba2d7f89dcf7f17f3f9a13ea0b62a6bd02c0db9
Author: Warner Losh <imp@FreeBSD.org>
AuthorDate: 2024-04-16 23:07:49 +0000
Commit: John Baldwin <jhb@FreeBSD.org>
CommitDate: 2024-08-26 18:31:03 +0000
WITH_NVME: Remove from broken.
NVME works everywhere, so we can eliminate this. We may remove the
option altogether.
Sponsored by: Netflix
Discussed with: ken, jhb
(cherry picked from commit 2fda3ab0ac1903a977ef5d39d4dfb2ffe86ff1b7)
---
share/mk/src.opts.mk | 6 ------
1 file changed, 6 deletions(-)
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index 3ff71df3e0da..ea5931ad6c1d 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -347,12 +347,6 @@ BROKEN_OPTIONS+=MLX5TOOL
BROKEN_OPTIONS+=HYPERV
.endif
-# NVME is only aarch64, x86 and powerpc64*
-.if ${__T} != "aarch64" && ${__T} != "amd64" && ${__T} != "i386" && \
- ${__T:Mpowerpc64*} == ""
-BROKEN_OPTIONS+=NVME
-.endif
-
.if ${__T} == "aarch64" || ${__T} == "amd64" || ${__T} == "i386" || \
${__T:Mpowerpc64*} != "" || ${__T:Mriscv64*} != ""
__DEFAULT_YES_OPTIONS+=OPENMP