From 843c1ad7bbb97e4d70d21fe2534be358b712041b Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 1 Jun 2017 16:45:03 +0200 Subject: [PATCH 155/310] Don't try to build cxgbetool (XXX: Improve commit message) It's not useful without cxgbe which isn't shipped with ElectroBSD and relies on t4_ioctl.h which isn't shipped either. Also don't try to build mlx5tool. Obtained from: ElectroBSD --- share/mk/src.opts.mk | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index 16d6b62c74b8..e6c7545fa762 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -359,11 +359,9 @@ __DEFAULT_NO_OPTIONS+=OPENSSL_KTLS # profiling won't work on MIPS64 because there is only assembly for o32 BROKEN_OPTIONS+=PROFILE .endif -.if ${__T} != "aarch64" && ${__T} != "amd64" && ${__T} != "i386" && \ - ${__T} != "powerpc64" -BROKEN_OPTIONS+=CXGBETOOL -BROKEN_OPTIONS+=MLX5TOOL -.endif + +__DEFAULT_NO_OPTIONS+=CXGBETOOL +__DEFAULT_NO_OPTIONS+=MLX5TOOL # HyperV is currently x86-only .if ${__T} != "amd64" && ${__T} != "i386" -- 2.37.1