[U-Boot] [PATCH] kbuild: clear VENDOR variable to fix build error on tcsh

Tom Rini trini at ti.com
Tue Oct 21 18:13:23 CEST 2014


On Tue, Oct 21, 2014 at 10:41:02PM +0900, Masahiro YAMADA wrote:
> Hi Tom,
> 
> 2014-10-21 22:20 GMT+09:00 Tom Rini <trini at ti.com>:
> >> diff --git a/config.mk b/config.mk
> >> index 2157537..00805bd 100644
> >> --- a/config.mk
> >> +++ b/config.mk
> >> @@ -18,6 +18,8 @@ PLATFORM_LDFLAGS :=
> >>  LDFLAGS :=
> >>  LDFLAGS_FINAL :=
> >>  OBJCOPYFLAGS :=
> >> +# clear VENDOR for tcsh
> >> +VENDOR :=
> >>  #########################################################################
> >>
> >>  ARCH := $(CONFIG_SYS_ARCH:"%"=%)
> >
> > Are there other variables that might fit into this same category?
> >
> 
> I am not sure but probably only this one.

Nope, SOC is one too.  I _think_ this might even somehow be related (or
at least I hope it is!) to the hard to trigger on normal machines race
condition multi-build problem.  You can see SOC fail with am335x_evm.
I'm going to play a bit more and post a v2 of this, thanks!

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20141021/6707402f/attachment.pgp>


More information about the U-Boot mailing list