Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-15 Thread Mike Frysinger
On Sunday, November 14, 2010 16:59:33 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > > > Seems this was not a fix, but introduced an error. Dp you agree to > > > > > revert that commit? > > > > > > > > of course i disagree. this change is a fix in my mind. > > > > > > Please reconsider. Th

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-14 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201011101755.54287.vap...@gentoo.org> you wrote: > > > > > Seems this was not a fix, but introduced an error. Dp you agree to > > > > revert that commit? > > > > > > of course i disagree. this change is a fix in my mind. > > > > Please reconsider. This has bee

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-10 Thread Mike Frysinger
On Wednesday, November 10, 2010 17:29:52 Wolfgang Denk wrote: > Mike Frysinger wrote: > > so do what i said -- set the HOSTCC to the host you want the tools to run > > on. this will work for *all* tools instead of arbitrarily picking some > > to use HOSTCC while picking others to use CROSS. > > Wh

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201011101711.17574.vap...@gentoo.org> you wrote: > > so do what i said -- set the HOSTCC to the host you want the tools to run on. > > this will work for *all* tools instead of arbitrarily picking some to use > HOSTCC while picking others to use CROSS. Why are

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-10 Thread Mike Frysinger
On Wednesday, November 10, 2010 14:54:17 Wolfgang Denk wrote: > Mike Frysinger wrote: > > > Mike, what _exactly_ was the reason to drop cross compilation? > > > > nothing was "dropped". you need to set your HOSTCC correctly for the > > host on which you want tools to compile. > > But it is WRONG

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-10 Thread Wolfgang Denk
Dear Mike Frysinger, In message <201011100419.10315.vap...@gentoo.org> you wrote: > > > Mike, what _exactly_ was the reason to drop cross compilation? > > nothing was "dropped". you need to set your HOSTCC correctly for the host on > which you want tools to compile. But it is WRONG to use HOST

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-10 Thread Mike Frysinger
On Monday, November 08, 2010 13:15:38 Detlev Zundel wrote: > > Mike Frysinger wrote: > >> Convert the tools/env/Makefile to use the same host tool syntax as the > >> other tool subdirs. > > > > Applied to "next" branch. Thanks > > It just occurred to me that this will no longer cross compile the

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-09 Thread Daniel Hobi
Hi Steve, On 09.11.2010 01:01, Steve Sakoman wrote: > On Mon, Nov 8, 2010 at 3:15 PM, Wolfgang Denk wrote: >> In message you wrote: >>> It just occurred to me that this will no longer cross compile the fw_env >>> tool - effectively rendering the tool useless for me. >> >> Argh... Indeed, that's

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-08 Thread Steve Sakoman
On Mon, Nov 8, 2010 at 3:15 PM, Wolfgang Denk wrote: > Dear Detlev Zundel, > > In message you wrote: >> >> > Applied to "next" branch. Thanks >> >> It just occurred to me that this will no longer cross compile the fw_env >> tool - effectively rendering the tool useless for me. > > Argh... Indeed,

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-08 Thread Wolfgang Denk
Dear Detlev Zundel, In message you wrote: > > > Applied to "next" branch. Thanks > > It just occurred to me that this will no longer cross compile the fw_env > tool - effectively rendering the tool useless for me. Argh... Indeed, that's broken. > Mike, what _exactly_ was the reason to drop cro

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-11-08 Thread Detlev Zundel
Hi, > Dear Mike Frysinger, > > In message <1281845002-26525-4-git-send-email-vap...@gentoo.org> you wrote: >> Convert the tools/env/Makefile to use the same host tool syntax as the >> other tool subdirs. >> >> Signed-off-by: Mike Frysinger >> --- >> tools/env/Makefile |6 +++--- >> 1 files

Re: [U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-09-12 Thread Wolfgang Denk
Dear Mike Frysinger, In message <1281845002-26525-4-git-send-email-vap...@gentoo.org> you wrote: > Convert the tools/env/Makefile to use the same host tool syntax as the > other tool subdirs. > > Signed-off-by: Mike Frysinger > --- > tools/env/Makefile |6 +++--- > 1 files changed, 3 insert

[U-Boot] [PATCH 4/4] tools/env: use host build flags

2010-08-14 Thread Mike Frysinger
Convert the tools/env/Makefile to use the same host tool syntax as the other tool subdirs. Signed-off-by: Mike Frysinger --- tools/env/Makefile |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/tools/env/Makefile b/tools/env/Makefile index 2df631e..f893040 100644 ---