Re: [U-Boot] [PATCH] tools: Makefile: improve cross_tools target usability

2016-11-07 Thread Stefan Müller-Klieser
On 05.11.2016 18:41, Masahiro Yamada wrote: > Hi. Hi! > > 2016-10-31 22:15 GMT+09:00 Stefan Müller-Klieser > : >> When building the cross_tools target, HOSTCFLAGS and HOSTLDFLAGS will >> propagate to the target build. This should not happen and is easy to >> prevent. >> >> Signed-off-by: Stefan

Re: [U-Boot] [PATCH] tools: Makefile: improve cross_tools target usability

2016-11-05 Thread Masahiro Yamada
Hi. 2016-10-31 22:15 GMT+09:00 Stefan Müller-Klieser : > When building the cross_tools target, HOSTCFLAGS and HOSTLDFLAGS will > propagate to the target build. This should not happen and is easy to > prevent. > > Signed-off-by: Stefan Müller-Klieser > --- > tools/Makefile | 2 ++ > 1 file change

[U-Boot] [PATCH] tools: Makefile: improve cross_tools target usability

2016-11-01 Thread Stefan Müller-Klieser
When building the cross_tools target, HOSTCFLAGS and HOSTLDFLAGS will propagate to the target build. This should not happen and is easy to prevent. Signed-off-by: Stefan Müller-Klieser --- tools/Makefile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/Makefile b/tools/Makefile index

Re: [U-Boot] [PATCH] tools: Makefile: improve cross_tools target usability

2016-10-31 Thread Marek Vasut
On 10/31/2016 02:15 PM, Stefan Müller-Klieser wrote: > When building the cross_tools target, HOSTCFLAGS and HOSTLDFLAGS will > propagate to the target build. This should not happen and is easy to > prevent. > > Signed-off-by: Stefan Müller-Klieser +CC Masahiro Yamada-san . > --- > tools/Makefi