]> git.baikalelectronics.ru Git - kernel.git/commit
perf tools: Support static linking with libdw
authorAndi Kleen <ak@linux.intel.com>
Wed, 12 Aug 2015 22:48:37 +0000 (15:48 -0700)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Thu, 13 Aug 2015 17:49:11 +0000 (14:49 -0300)
commitb48f47d6570347696caa1dff94d5d81c342a8ac1
treed502a6428c71a423e907dfd0285da24ede731bc7
parent92ffa0a7505392f028f31a7e8c734bad1450999e
perf tools: Support static linking with libdw

The Fedora 22 version of libdw requires a couple of extra libraries to
link. With a dynamic link the dependencies are pulled in automatically,
but this doesn't work for static linking. Add the needed libraries
explicitely to the feature probe and the Makefile.

v2: Explicitly check for static linking and only add the dependencies
    when -static is set. This is to avoid regressions on Arnaldo's system.

Signed-off-by: Andi Kleen <ak@linux.intel.com>
Cc: Jiri Olsa <jolsa@kernel.org>
Link: http://lkml.kernel.org/r/1439419717-20601-1-git-send-email-andi@firstfloor.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/build/feature/Makefile
tools/perf/config/Makefile