
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@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!