Re: [U-Boot] fw_printenv cross compilation issue

2011-03-14 Thread Elie De Brauwer
On 03/14/11 14:37, Stefano Babic wrote: > On 03/14/2011 02:15 PM, Elie De Brauwer wrote: >> Hi List, >> >> I tried crosscompiling fw_printenv lately (on 2011.03 RC1) but I kept >> ending with a natively compiled version of fw_printenv. When looking at >> the tools/env/Makefile I saw it was using $(

Re: [U-Boot] fw_printenv cross compilation issue

2011-03-14 Thread Wolfgang Denk
Dear Elie De Brauwer, In message <4d7e14ed.1050...@gmail.com> you wrote: > > I tried crosscompiling fw_printenv lately (on 2011.03 RC1) but I kept > ending with a natively compiled version of fw_printenv. When looking at > the tools/env/Makefile I saw it was using $(HOSTCC) and friends, basicly

Re: [U-Boot] fw_printenv cross compilation issue

2011-03-14 Thread Stefano Babic
On 03/14/2011 02:15 PM, Elie De Brauwer wrote: > Hi List, > > I tried crosscompiling fw_printenv lately (on 2011.03 RC1) but I kept > ending with a natively compiled version of fw_printenv. When looking at > the tools/env/Makefile I saw it was using $(HOSTCC) and friends, basicly > ever since:

[U-Boot] fw_printenv cross compilation issue

2011-03-14 Thread Elie De Brauwer
Hi List, I tried crosscompiling fw_printenv lately (on 2011.03 RC1) but I kept ending with a natively compiled version of fw_printenv. When looking at the tools/env/Makefile I saw it was using $(HOSTCC) and friends, basicly ever since: http://git.denx.de/?p=u-boot.git;a=commitdiff;h=abd315a135