projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
69b5c95
)
Revert "perf s390: Always build with -fPIC"
author
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 13 Dec 2017 20:43:40 +0000
(17:43 -0300)
committer
Arnaldo Carvalho de Melo
<acme@redhat.com>
Wed, 27 Dec 2017 15:15:57 +0000
(12:15 -0300)
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>
tools/perf/Makefile.config
patch
|
blob
|
history
diff --git
a/tools/perf/Makefile.config
b/tools/perf/Makefile.config
index 6f73c231674017bde31013f842411743148540fa..eb6bd99be0bd0072008d8b253cfb46f752fe8510 100644
(file)
--- 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)