* Jean Pihet jean.pihet@linaro.org wrote:
Use the per-feature check flags for the unwinding feature in order to correctly compile the libunwind and libunwind-debug-frame feature checks.
Tested on ARMv7 and ARMv8 with 'make DEBUG=1 LIBUNWIND_DIR=/usr/local -C tools/perf'
Signed-off-by: Jean Pihet jean.pihet@linaro.org
tools/perf/config/Makefile | 38 +++++++++++++++++-------------- tools/perf/config/feature-checks/Makefile | 6 ++--- 2 files changed, 24 insertions(+), 20 deletions(-)
Does the x86 build work fine as well, as before? If yes then:
Acked-by: Ingo Molnar mingo@kernel.org
Thanks,
Ingo