From 7435cb4552586ad5300c41d84e7e0b67a5be5efd Mon Sep 17 00:00:00 2001 From: Ben Hutchings Date: Fri, 25 Sep 2015 22:50:50 +0100 Subject: [PATCH] Revert "perf build: Fix libunwind feature detection on 32-bit x86" Forwarded: no This reverts commit 05b41775e2edd69a83f592e3534930c934d4038e. It broke feature detection that was working just fine for us. Gbp-Pq: Topic bugfix/x86 Gbp-Pq: Name revert-perf-build-fix-libunwind-feature-detection-on.patch --- tools/perf/Makefile.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config index 2ce71d2e5fa..42c9b39db1e 100644 --- a/tools/perf/Makefile.config +++ b/tools/perf/Makefile.config @@ -56,7 +56,7 @@ ifeq ($(SRCARCH),x86) LIBUNWIND_LIBS = -lunwind-x86_64 -lunwind -llzma $(call detected,CONFIG_X86_64) else - LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind + LIBUNWIND_LIBS = -lunwind -lunwind-x86 endif endif -- 2.30.2