Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-12-03 Thread Stefan Roese
On Thursday 03 December 2009 20:09:45 Scott Wood wrote: > > Hmmm. I don't see this here. Do you only see this for katmai, or for > > other 4xx targets as well? kilauea, sequoia? > > Looks like all of them. Thanks. I'll try to investigate here further soon. > > So the complete tools directory

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-12-03 Thread Scott Wood
Stefan Roese wrote: > On Thursday 03 December 2009 18:49:26 Scott Wood wrote: >> Git bisect says: >> 4649913ea5f440d756d150a6fdf2fb2e8ecb75fd is the first bad commit >> commit 4649913ea5f440d756d150a6fdf2fb2e8ecb75fd >> Author: Stefan Roese >> Date: Tue Oct 27 16:11:26 2009 +0100 >> >> ppc4

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-12-03 Thread Stefan Roese
On Thursday 03 December 2009 18:49:26 Scott Wood wrote: > > This is on "next" with ELDK 4.2. Scott, do you have any ideas what's > > going wrong here? > > I don't see that here -- instead, I get this, with or without this patch: > > $ CROSS_COMPILE=powerpc-linux- ./MAKEALL kilauea > Configuring f

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-12-03 Thread Scott Wood
Stefan Roese wrote: > Hi Scott, > > On Wednesday 02 December 2009 22:59:03 Wolfgang Denk wrote: >>> config.mk | 34 - >>> rules.mk| 13 - >>> tools/Makefile | 121 >>> +- >>> tools/easylogo/Mak

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-12-02 Thread Stefan Roese
Hi Scott, On Wednesday 02 December 2009 22:59:03 Wolfgang Denk wrote: > > config.mk | 34 - > > rules.mk| 13 - > > tools/Makefile | 121 > > +- > > tools/easylogo/Makefile |9 ++- > > tool

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-12-02 Thread Wolfgang Denk
Dear Scott Wood, In message <20091105004141.gb...@loki.buserror.net> you wrote: > Currently, some of the tools instead set CC to be HOSTCC in order to re-use > some pattern rules -- but this fails when the user overrides CC on the make > command line. Also, the HOSTCFLAGS in tools/Makefile are cu

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-11-13 Thread Mike Frysinger
On Friday 13 November 2009 13:53:45 Scott Wood wrote: > Mike Frysinger wrote: > > On Wednesday 04 November 2009 19:41:41 Scott Wood wrote: > >> --- a/rules.mk > >> +++ b/rules.mk > >> > >> +$(HOSTOBJS): $(obj)%.o: %.c > >> + $(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) > >>

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-11-13 Thread Scott Wood
Mike Frysinger wrote: > On Wednesday 04 November 2009 19:41:41 Scott Wood wrote: >> --- a/rules.mk >> +++ b/rules.mk >> >> +$(HOSTOBJS): $(obj)%.o: %.c >> +$(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) -o >> $@ $< -c >> +$(NOPEDOBJS): $(obj)%.o: %.c >> +$(HOSTCC) $(

Re: [U-Boot] [PATCH v2] makefiles: fixes for building build tools

2009-11-13 Thread Mike Frysinger
On Wednesday 04 November 2009 19:41:41 Scott Wood wrote: > --- a/rules.mk > +++ b/rules.mk > > +$(HOSTOBJS): $(obj)%.o: %.c > + $(HOSTCC) $(HOSTCFLAGS) $(HOSTCFLAGS_$(@F)) $(HOSTCFLAGS_$(BCURDIR)) -o > $@ $< -c > +$(NOPEDOBJS): $(obj)%.o: %.c > + $(HOSTCC) $(HOSTCFLAGS_NOPED) $(HOSTCFLAGS