aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/tools/perf/Makefile.config
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2017-12-13 17:43:40 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2017-12-27 12:15:57 -0300
commit922991c2b14219b33270c770f917e0d1bf8f5597 (patch)
treec5d74a673413c8f5650f3136952909fd3acaee89 /tools/perf/Makefile.config
parentperf test shell: Fix check open filename arg using 'perf trace' (diff)
downloadwireguard-linux-922991c2b14219b33270c770f917e0d1bf8f5597.tar.xz
wireguard-linux-922991c2b14219b33270c770f917e0d1bf8f5597.zip
Revert "perf s390: Always build with -fPIC"
This one made x86 always build with -fPIC, when the intention was for s390 to be built that way, due to a rebase mistake. Reported-by: Hendrik Brueckner <brueckner@linux.vnet.ibm.com> This reverts commit 1dc4ddf112a408e607a073d951b962b6c6e2bd6c. Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/Makefile.config')
-rw-r--r--tools/perf/Makefile.config1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/perf/Makefile.config b/tools/perf/Makefile.config
index 6f73c2316740..eb6bd99be0bd 100644
--- a/tools/perf/Makefile.config
+++ b/tools/perf/Makefile.config
@@ -43,7 +43,6 @@ ifeq ($(SRCARCH),x86)
LIBUNWIND_LIBS = -lunwind-x86 -llzma -lunwind
endif
NO_PERF_REGS := 0
- CFLAGS += -fPIC
endif
ifeq ($(SRCARCH),arm)