Revert "perf build: Fix libunwind feature detection on 32-bit x86"
authorBen Hutchings <ben@decadent.org.uk>
Fri, 25 Sep 2015 21:50:50 +0000 (22:50 +0100)
committerSalvatore Bonaccorso <carnil@debian.org>
Thu, 1 Sep 2022 07:04:35 +0000 (08:04 +0100)
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

index 02a6000a82bbf96cf2da42de230ed80e010fea6c..eac77614d0207ac2c20789462fe74a62ec058692 100644 (file)
@@ -59,7 +59,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
   NO_PERF_REGS := 0
 endif