diff options
author | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-12-13 21:43:40 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2017-12-27 16:15:57 +0100 |
commit | 922991c2b14219b33270c770f917e0d1bf8f5597 (patch) | |
tree | c5d74a673413c8f5650f3136952909fd3acaee89 /tools/perf/Makefile.config | |
parent | perf test shell: Fix check open filename arg using 'perf trace' (diff) | |
download | linux-922991c2b14219b33270c770f917e0d1bf8f5597.tar.xz 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.config | 1 |
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) |