linux/tools/perf/config
Ingo Molnar fb1c9185e3 tools/perf: Turn strlcpy() into a __weak function
The strlcpy() feature check slows every build unnecessarily - so make it
a __weak function so it does not have to be auto-detected.

If the libc (or any other library) has an strlcpy() implementation it will
be used - otherwise our fallback is active.

Cc: Arnaldo Carvalho de Melo <acme@redhat.com>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: David Ahern <dsahern@gmail.com>
Cc: Jiri Olsa <jolsa@redhat.com>
Link: http://lkml.kernel.org/n/tip-zjbrcupapu08ePsyYhhhxiwk@git.kernel.org
Signed-off-by: Ingo Molnar <mingo@kernel.org>
2013-10-09 08:48:49 +02:00
..
feature-checks tools/perf: Turn strlcpy() into a __weak function 2013-10-09 08:48:49 +02:00
feature-tests.mak perf tools: Fix libaudit test 2013-10-04 15:16:05 -03:00
Makefile tools/perf: Turn strlcpy() into a __weak function 2013-10-09 08:48:49 +02:00
utilities.mak perf tools: Revert regression in configuration of Python support 2013-07-09 17:29:01 -03:00