git: d68224c2bdc4 - main - powerpc64le: enable CXGBETOOL and MLX5TOOL
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Wed, 09 Feb 2022 01:16:08 UTC
The branch main has been updated by pkubaj (ports committer):
URL: https://cgit.FreeBSD.org/src/commit/?id=d68224c2bdc48fb7b7e5d0ada29fd1e45125770c
commit d68224c2bdc48fb7b7e5d0ada29fd1e45125770c
Author: Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-02-09 01:13:54 +0000
Commit: Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-02-09 01:16:01 +0000
powerpc64le: enable CXGBETOOL and MLX5TOOL
While mlx5 is not yet enabled on powerpc64le, cxgbe is.
The binary seems to work properly.
Differential revision: https://reviews.freebsd.org/D34026
Reviewed by: emaste
---
share/mk/src.opts.mk | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk
index d0c4770692d5..a0f06d036785 100644
--- a/share/mk/src.opts.mk
+++ b/share/mk/src.opts.mk
@@ -325,7 +325,7 @@ __DEFAULT_NO_OPTIONS+=OPENSSL_KTLS
.endif
.if ${__T} != "aarch64" && ${__T} != "amd64" && ${__T} != "i386" && \
- ${__T} != "powerpc64"
+ ${__T:Mpowerpc64*} == ""
BROKEN_OPTIONS+=CXGBETOOL
BROKEN_OPTIONS+=MLX5TOOL
.endif