Re: [U-Boot] [PATCH] tools: Correct python building host tools

2017-01-23 Thread Heiko Schocher
Hello Tom, Am 23.01.2017 um 17:44 schrieb Tom Rini: When we have python building tools for the host it will not check HOSTXX variables but only XX variables, for example LDFLAGS and not HOSTLDFLAGS. Cc: Simon Glass Reported-by: Heiko Schocher Fixes: 1905c8fc711a ("build: Always build the libf

Re: [U-Boot] [PATCH] tools: Correct python building host tools

2017-01-23 Thread Simon Glass
On 23 January 2017 at 09:44, Tom Rini wrote: > When we have python building tools for the host it will not check HOSTXX > variables but only XX variables, for example LDFLAGS and not > HOSTLDFLAGS. > > Cc: Simon Glass > Reported-by: Heiko Schocher > Fixes: 1905c8fc711a ("build: Always build the

[U-Boot] [PATCH] tools: Correct python building host tools

2017-01-23 Thread Tom Rini
When we have python building tools for the host it will not check HOSTXX variables but only XX variables, for example LDFLAGS and not HOSTLDFLAGS. Cc: Simon Glass Reported-by: Heiko Schocher Fixes: 1905c8fc711a ("build: Always build the libfdt python module") Signed-off-by: Tom Rini --- tools/