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:
6fdbd82
)
tools: build: Use HOSTLDFLAGS with fixdep
author
Laura Abbott
<labbott@redhat.com>
Tue, 10 Jul 2018 00:45:57 +0000
(17:45 -0700)
committer
Masahiro Yamada
<yamada.masahiro@socionext.com>
Thu, 12 Jul 2018 15:48:18 +0000
(
00:48
+0900)
The final link of fixdep uses LDFLAGS but not the existing HOSTLDFLAGS.
Fix this.
Signed-off-by: Laura Abbott <labbott@redhat.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>
tools/build/Makefile
patch
|
blob
|
history
diff --git
a/tools/build/Makefile
b/tools/build/Makefile
index 5eb4b5ad79cb778f0e949a07f719743d7a62d3c7..5edf65e684ab70bb65bfd0e8dc821a61b605be6f 100644
(file)
--- a/
tools/build/Makefile
+++ b/
tools/build/Makefile
@@
-43,7
+43,7
@@
$(OUTPUT)fixdep-in.o: FORCE
$(Q)$(MAKE) $(build)=fixdep
$(OUTPUT)fixdep: $(OUTPUT)fixdep-in.o
- $(QUIET_LINK)$(HOSTCC) $(LDFLAGS) -o $@ $<
+ $(QUIET_LINK)$(HOSTCC) $(
HOST
LDFLAGS) -o $@ $<
FORCE: