summaryrefslogtreecommitdiffstats
path: root/perf-install-trace-event-plugins.patch
diff options
context:
space:
mode:
authorJosh Boyer <jwboyer@fedoraproject.org>2014-10-14 09:36:10 -0400
committerJosh Boyer <jwboyer@fedoraproject.org>2014-10-14 09:36:10 -0400
commitff180079f148953e56d8bac03c582df5e3343e45 (patch)
tree58013f4f631b6cac80196eb72ac97e46e6d43dfa /perf-install-trace-event-plugins.patch
parent74b479311911cf8ebd00269d32fb4f68f96905be (diff)
downloadkernel-ff180079f148953e56d8bac03c582df5e3343e45.tar.gz
kernel-ff180079f148953e56d8bac03c582df5e3343e45.tar.xz
kernel-ff180079f148953e56d8bac03c582df5e3343e45.zip
Linux v3.17-8307-gf1d0d14120a8
Diffstat (limited to 'perf-install-trace-event-plugins.patch')
-rw-r--r--perf-install-trace-event-plugins.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/perf-install-trace-event-plugins.patch b/perf-install-trace-event-plugins.patch
deleted file mode 100644
index 9a7ad3aa3..000000000
--- a/perf-install-trace-event-plugins.patch
+++ /dev/null
@@ -1,30 +0,0 @@
-From: Kyle McMartin <kmcmarti@redhat.com>
-Date: Mon, 2 Jun 2014 15:11:01 -0400
-Subject: [PATCH] perf: install trace-event plugins
-
-perf hardcodes $libdir to be lib for all but x86_64, so kludge around it
-until upstream gets their act together.
----
- tools/perf/config/Makefile | 4 ++++
- 1 file changed, 4 insertions(+)
-
-diff --git a/tools/perf/config/Makefile b/tools/perf/config/Makefile
-index 86c21a24da46..bf0fe97bd358 100644
---- a/tools/perf/config/Makefile
-+++ b/tools/perf/config/Makefile
-@@ -642,8 +642,12 @@ endif
- ifeq ($(IS_X86_64),1)
- lib = lib64
- else
-+ifdef MULTILIBDIR
-+lib = $(MULTILIBDIR)
-+else
- lib = lib
- endif
-+endif
- libdir = $(prefix)/$(lib)
-
- # Shell quote (do not use $(call) to accommodate ancient setups);
---
-1.9.3
-