From 1c0904da575df3888b88a5d0ac32bb4ba3886b77 Mon Sep 17 00:00:00 2001 From: Fabian Keil Date: Thu, 1 Jun 2017 16:45:03 +0200 Subject: [PATCH 169/325] Don't try to build cxgbetool It's not useful without cxgbe which isn't shipped with ElectroBSD and relies on t4_ioctl.h which isn't shipped either. Obtained from: ElectroBSD --- share/mk/src.opts.mk | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/share/mk/src.opts.mk b/share/mk/src.opts.mk index a59aefe66d3b..0117d6594697 100644 --- a/share/mk/src.opts.mk +++ b/share/mk/src.opts.mk @@ -392,14 +392,9 @@ BROKEN_OPTIONS+=LOADER_GELI LOADER_LUA # 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" || ${__T} == "sparc64" -__DEFAULT_YES_OPTIONS+=CXGBETOOL -__DEFAULT_YES_OPTIONS+=MLX5TOOL -.else + __DEFAULT_NO_OPTIONS+=CXGBETOOL __DEFAULT_NO_OPTIONS+=MLX5TOOL -.endif # HyperV is currently x86-only .if ${__T} == "amd64" || ${__T} == "i386" -- 2.32.0