]> Git Repo - linux.git/commit
perf build: Disable libdw DWARF unwind when built with NO_DWARF
authorNaveen N. Rao <[email protected]>
Wed, 29 Apr 2015 11:15:31 +0000 (16:45 +0530)
committerArnaldo Carvalho de Melo <[email protected]>
Fri, 8 May 2015 19:43:14 +0000 (16:43 -0300)
commit76d408498b08447e0f61dfdd611aeb6e8e61ce80
treef251ef653105de7fa02f0212c30a40e967fa339f
parent4c859351226c920b227fec040a3b447f0d482af3
perf build: Disable libdw DWARF unwind when built with NO_DWARF

We get a linker error if we try to build with NO_DWARF since we build
util/unwind-libdw.c, but do not include -ldw

Signed-off-by: Naveen N. Rao <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
tools/perf/config/Makefile
This page took 0.057744 seconds and 4 git commands to generate.