From: Arnaldo Carvalho de Melo Date: Tue, 8 Apr 2025 18:03:11 +0000 (-0300) Subject: tools build: Don't show libunwind build status as it is opt-in X-Git-Tag: v6.16-rc1~57^2~204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a3a40391292273cf78a7920c119cdc386d694c38;p=thirdparty%2Flinux.git tools build: Don't show libunwind build status as it is opt-in Since 13e17c9ff49119aa ("perf build: Make libunwind opt-in rather than opt-out") doesn't try to build with libunwind, so showing that it is OFF when building causes just distraction, remove it from FEATURES_DISPLAY. For people that for some reason notice that there is always 'perf -vv', a short hand for 'perf version --build-options' and 'perf check feature libunwind' that now explains why it is not built: $ perf check feature libunwind libunwind: [ OFF ] # HAVE_LIBUNWIND_SUPPORT ( tip: Deprecated, use LIBUNWIND=1 and install libunwind-dev[el] to build with it ) $ Fixes: 13e17c9ff49119aa ("perf build: Make libunwind opt-in rather than opt-out") Reported-by: Ingo Molnar Tested-by: Ingo Molnar Cc: Adrian Hunter Cc: Dmitriy Vyukov Cc: Howard Chu Cc: Ian Rogers Cc: Jiri Olsa Cc: Kan Liang Cc: Namhyung Kim Cc: Peter Zijlstra Link: https://lore.kernel.org/r/Z--pWmTHGb62_83e@gmail.com Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/build/Makefile.feature b/tools/build/Makefile.feature index 48e3f124b98ac..357749701239f 100644 --- a/tools/build/Makefile.feature +++ b/tools/build/Makefile.feature @@ -155,7 +155,6 @@ FEATURE_DISPLAY ?= \ libperl \ libpython \ libcrypto \ - libunwind \ libcapstone \ llvm-perf \ zlib \