projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
bde66e3
)
Revert "perf build: Fix libunwind feature detection on 32-bit x86"
author
Ben Hutchings
<ben@decadent.org.uk>
Fri, 25 Sep 2015 21:50:50 +0000
(22:50 +0100)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Mon, 7 Mar 2022 21:06:21 +0000
(21:06 +0000)
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
patch
|
blob
|
history
diff --git
a/tools/perf/Makefile.config
b/tools/perf/Makefile.config
index 68408a5ecfed25ee7b6200ba08daf7d0fbd9e71a..e34d26a32ec94a8e161b622cb3c9f9c249ecdfcb 100644
(file)
--- a/
tools/perf/Makefile.config
+++ b/
tools/perf/Makefile.config
@@
-58,7
+58,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