perf tools: Emit more precise message for missing glibc static library
authorArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 5 Jun 2014 15:46:04 +0000 (12:46 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 9 Jun 2014 15:14:08 +0000 (12:14 -0300)
commitf9ca2d8918979e8ef806a8b6b4635a79b4f40d1a
tree070b52cb189de96102c582631c14e98cdcec93c6
parent82b897782d10fcc4930c9d4a15b175348fdd2871
perf tools: Emit more precise message for missing glibc static library

When the user does:

  make -C tools/perf LDFLAGS=-static

asking for a static build, and the glibc-static (or equivalent) is not
found, the message wasn't clear, stating that one of glibc-devel or
glibc-static wasn't installed, clarify it checking if -static is
present in LDFLAGS.

Cc: Adrian Hunter <adrian.hunter@intel.com>
Cc: David Ahern <dsahern@gmail.com>
Cc: Don Zickus <dzickus@redhat.com>
Cc: Frederic Weisbecker <fweisbec@gmail.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Mike Galbraith <efault@gmx.de>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Cc: Stephane Eranian <eranian@google.com>
Link: http://lkml.kernel.org/n/tip-7e0sfobbzgeydzi9gsz8ss3m@git.kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/config/Makefile
This page took 0.025082 seconds and 5 git commands to generate.