[U-Boot] [PATCH v2] Fix build failure in examples/standalone
Premi, Sanjeev
premi at ti.com
Thu Dec 3 12:47:13 CET 2009
> -----Original Message-----
> From: u-boot-bounces at lists.denx.de
> [mailto:u-boot-bounces at lists.denx.de] On Behalf Of Premi, Sanjeev
> Sent: Thursday, December 03, 2009 5:15 PM
> To: Peter Tyser
> Cc: u-boot at lists.denx.de
> Subject: Re: [U-Boot] [PATCH v2] Fix build failure in
> examples/standalone
>
> > -----Original Message-----
> > From: Peter Tyser [mailto:ptyser at xes-inc.com]
> > Sent: Monday, November 09, 2009 10:58 PM
> > To: Premi, Sanjeev
> > Cc: u-boot at lists.denx.de
> > Subject: Re: [U-Boot] [PATCH v2] Fix build failure in
> > examples/standalone
> >
> > Hi Sanjeev,
> >
> > <snip>
> >
> > >
> > > -ELF := $(ELF-y) $(ELF-$(ARCH)) $(ELF-$(BOARD)) $(ELF-$(CPU))
> > > +#
> > > +# Some versions of make do not handle trailing white
> > spaces properly;
> > > +# leading to build failures. The problem was found with
> > GNU Make 3.80.
> > > +# Using 'strip' as a workaround for the problem.
> > > +#
> > > +ElF := $(strip $(ELF-y) $(ELF-$(ARCH)) $(ELF-$(BOARD))
> > $(ELF-$(CPU)))
> > > +
> >
> > I haven't been following the thread, but am assuming the the
> > capitalization of "ElF" above is a typo?
>
> Sorry, Got back to regular activity much late than expected.
> Yes. This is a typo; will fix it.
>
Just noticed that patch has already been committed with the fix.
Thanks Wolfgang.
Best regards,
Sanjeev
> >
> > Best,
> > Peter
> >
> >
> >
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
>
More information about the U-Boot
mailing list