commit | 63185b46cdb36905d585c73cc4730fec44cdf55d | [log] [tgz] |
---|---|---|
author | Robin Jarry <robin.jarry@6wind.com> | Mon Feb 26 19:41:47 2018 +0100 |
committer | Masahiro Yamada <yamada.masahiro@socionext.com> | Sat Apr 07 19:04:02 2018 +0900 |
tree | 24159f762a5b292e0e61b117d4906df4731a90c8 | |
parent | f605ba97fb80522656c7dce9825a908f1e765b57 [diff] |
kbuild: use HOSTLDFLAGS for single .c executables When compiling executables from a single .c file, the linker is also invoked. Pass the HOSTLDFLAGS like for other linker commands. Signed-off-by: Robin Jarry <robin.jarry@6wind.com> Cc: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Ingo Molnar <mingo@kernel.org> Signed-off-by: Masahiro Yamada <yamada.masahiro@socionext.com>