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 >> preven

[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