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
This commit is contained in:
Piotr Kubaj 2022-02-09 02:13:54 +01:00
parent 5ae6cc0011
commit d68224c2bd

View File

@ -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