Re: [PATCHv2 2/7] tools: build: Use HOSTLDFLAGS with fixdep

2018-07-12 Thread Masahiro Yamada
2018-07-10 16:38 GMT+09:00 Jiri Olsa : > On Mon, Jul 09, 2018 at 05:45:57PM -0700, Laura Abbott wrote: >> The final link of fixdep uses LDFLAGS but not the existing HOSTLDFLAGS. >> Fix this. >> >> Signed-off-by: Laura Abbott > > Acked-by: Jiri Olsa > Applied to linux-kbuild/fixes. Thanks! > th

Re: [PATCHv2 2/7] tools: build: Use HOSTLDFLAGS with fixdep

2018-07-10 Thread Jiri Olsa
On Mon, Jul 09, 2018 at 05:45:57PM -0700, Laura Abbott wrote: > The final link of fixdep uses LDFLAGS but not the existing HOSTLDFLAGS. > Fix this. > > Signed-off-by: Laura Abbott Acked-by: Jiri Olsa thanks, jirka > --- > v2: Switch to just using HOSTLDFLAGS instead of both LDFLAGS and > HOST

[PATCHv2 2/7] tools: build: Use HOSTLDFLAGS with fixdep

2018-07-09 Thread Laura Abbott
The final link of fixdep uses LDFLAGS but not the existing HOSTLDFLAGS. Fix this. Signed-off-by: Laura Abbott --- v2: Switch to just using HOSTLDFLAGS instead of both LDFLAGS and HOSTLDFLAGS. --- tools/build/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/build