projects
/
linux-4.9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
835c07d
)
tools/lib/lockdep: Use LDFLAGS
author
Ben Hutchings
<ben@decadent.org.uk>
Fri, 25 Sep 2015 20:36:29 +0000
(21:36 +0100)
committer
Ben Hutchings
<ben@decadent.org.uk>
Thu, 28 Sep 2017 17:27:56 +0000
(18:27 +0100)
Signed-off-by: Ben Hutchings <ben@decadent.org.uk>
Gbp-Pq: Topic bugfix/all
Gbp-Pq: Name tools-lib-lockdep-use-ldflags.patch
tools/lib/lockdep/Makefile
patch
|
blob
|
history
diff --git
a/tools/lib/lockdep/Makefile
b/tools/lib/lockdep/Makefile
index 655f32a7d786e8e0d58fdd45ef8938ea1e90acdc..d9cc6491034e9b5b70fa1de43a0cd900c0b0772e 100644
(file)
--- a/
tools/lib/lockdep/Makefile
+++ b/
tools/lib/lockdep/Makefile
@@
-100,7
+100,7
@@
include $(srctree)/tools/build/Makefile.include
do_compile_shared_library = \
($(print_shared_lib_compile) \
- $(CC) --shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -sf $(@F) $(@D)/liblockdep.so))
+ $(CC)
$(LDFLAGS)
--shared $^ -o $@ -lpthread -ldl -Wl,-soname='$(@F)';$(shell ln -sf $(@F) $(@D)/liblockdep.so))
do_build_static_lib = \
($(print_static_lib_build) \