Re: [U-Boot] [PATCH] Default to HOSTARCH if ARCH isn't specified

2009-04-20 Thread Scott Wood
Wolfgang Denk wrote: > Dear Kumar Gala, > > In message <1240247017-1069-1-git-send-email-ga...@kernel.crashing.org> you > wrote: >> diff --git a/Makefile b/Makefile >> index e91c051..c56d6db 100644 >> --- a/Makefile >> +++ b/Makefile >> @@ -137,6 +137,10 @@ ifeq ($(ARCH),powerpc) >> ARCH = ppc >

Re: [U-Boot] [PATCH] Default to HOSTARCH if ARCH isn't specified

2009-04-20 Thread Wolfgang Denk
Dear Kumar Gala, In message <1240247017-1069-1-git-send-email-ga...@kernel.crashing.org> you wrote: > Its possible to build natively on several platforms so we might not > explicitly set ARCH but detect it via HOSTARCH. As such there are > some things that expect ARCH to be set to work correctly

Re: [U-Boot] [PATCH] Default to HOSTARCH if ARCH isn't specified

2009-04-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 12:03 Mon 20 Apr , Kumar Gala wrote: > Its possible to build natively on several platforms so we might not > explicitly set ARCH but detect it via HOSTARCH. As such there are > some things that expect ARCH to be set to work correctly. > > Signed-off-by: Kumar Gala Acked-by: Jean-Christoph

[U-Boot] [PATCH] Default to HOSTARCH if ARCH isn't specified

2009-04-20 Thread Kumar Gala
Its possible to build natively on several platforms so we might not explicitly set ARCH but detect it via HOSTARCH. As such there are some things that expect ARCH to be set to work correctly. Signed-off-by: Kumar Gala --- Makefile |4 1 files changed, 4 insertions(+), 0 deletions(-) d