]> Git Repo - linux.git/commitdiff
tools build: Don't display disassembler-four-args feature test
authorAndres Freund <[email protected]>
Mon, 1 Aug 2022 01:38:28 +0000 (18:38 -0700)
committerArnaldo Carvalho de Melo <[email protected]>
Mon, 1 Aug 2022 18:29:28 +0000 (15:29 -0300)
The feature check does not seem important enough to display. Suggested by
Jiri Olsa.

Signed-off-by: Andres Freund <[email protected]>
Acked-by: Quentin Monnet <[email protected]>
Tested-by: Arnaldo Carvalho de Melo <[email protected]>
Cc: Alexei Starovoitov <[email protected]>
Cc: Ben Hutchings <[email protected]>
Cc: Jiri Olsa <[email protected]>
Cc: Quentin Monnet <[email protected]>
Cc: Sedat Dilek <[email protected]>
Cc: [email protected]
Link: http://lore.kernel.org/lkml/[email protected]
Link: https://lore.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/build/Makefile.feature

index 8f6578e4d3249e3e5fca8f47c44d12032265829a..fc6ce0b2535ad6522e5ec94b3329b8d09d1aa404 100644 (file)
@@ -135,8 +135,7 @@ FEATURE_DISPLAY ?=              \
          get_cpuid              \
          bpf                   \
          libaio                        \
-         libzstd               \
-         disassembler-four-args
+         libzstd
 
 # Set FEATURE_CHECK_(C|LD)FLAGS-all for all FEATURE_TESTS features.
 # If in the future we need per-feature checks/flags for features not
This page took 0.057221 seconds and 4 git commands to generate.