From: Namhyung Kim Date: Mon, 4 May 2026 06:27:56 +0000 (-0700) Subject: perf build: Update error message for BUILD_NONDISTRO=1 X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=e41cac8617a9b399bf013cda968c53927a9a0f91;p=thirdparty%2Fkernel%2Flinux.git perf build: Update error message for BUILD_NONDISTRO=1 It should say binutils-dev(el) instead of plain binutils package as it's mostly installed already and can confuse people like me. :) Reviewed-by: Ian Rogers Signed-off-by: Namhyung Kim Cc: Adrian Hunter Cc: Ingo Molnar Cc: James Clark Cc: Jiri Olsa Cc: Peter Zijlstra Signed-off-by: Arnaldo Carvalho de Melo --- diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index 333ddd0e4bd81..06d7a3f9990ce 100644 --- a/tools/perf/Makefile.config +++ b/tools/perf/Makefile.config @@ -923,7 +923,7 @@ ifdef BUILD_NONDISTRO $(call feature_check,libbfd-liberty-z) ifneq ($(feature-libbfd-threadsafe), 1) - $(error binutils 2.42 or later is required for non-distro builds) + $(error binutils-dev(el) 2.42 or later is required for non-distro builds) endif # we may be on a system that requires -liberty and (maybe) -lz