projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6e46fd9
)
tools/perf: Fix missing LDFLAGS for some programs
author
Ben Hutchings
<benh@debian.org>
Sat, 15 Jan 2022 21:59:11 +0000
(22:59 +0100)
committer
Salvatore Bonaccorso
<carnil@debian.org>
Wed, 13 Sep 2023 20:20:48 +0000
(21:20 +0100)
Signed-off-by: Ben Hutchings <benh@debian.org>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name tools-perf-fix-missing-ldflags-for-some-programs.patch
tools/perf/Makefile.perf
patch
|
blob
|
history
diff --git
a/tools/perf/Makefile.perf
b/tools/perf/Makefile.perf
index 0bb687d4464a4e28873f63980a334adaa72c76af..ccf1d4331aa5f7d567f01fd80ced99ac0f803635 100644
(file)
--- a/
tools/perf/Makefile.perf
+++ b/
tools/perf/Makefile.perf
@@
-815,7
+815,7
@@
$(OUTPUT)dlfilters/%.o: dlfilters/%.c include/perf/perf_dlfilter.h
.SECONDARY: $(DLFILTERS:.so=.o)
$(OUTPUT)dlfilters/%.so: $(OUTPUT)dlfilters/%.o
- $(QUIET_LINK)$(CC) $(EXTRA_CFLAGS) -shared -o $@ $<
+ $(QUIET_LINK)$(CC) $(EXTRA_CFLAGS)
$(LDFLAGS)
-shared -o $@ $<
ifndef NO_JVMTI
LIBJVMTI_IN := $(OUTPUT)jvmti/jvmti-in.o