[Buildroot] svn commit: trunk/buildroot/toolchain/dependencies

Ulf Samuelsson ulf at atmel.com
Wed Aug 22 03:46:32 UTC 2007


> >
> >Oh, Oh... Yes!
> >
> >It would be nice to have a 64-128 CPU build server making the problem
> > dead obvious :-)
> 
> Since you're most likely I/O bound anyway (you most likely don't build
> in a ramdisk or something that is vaguely fast for IO) there's no point
> in letting your one to eight cores be idle. No need for a 512 CPU box to
> make that obvious.
> >
> >Whatabout:
> >
> >HOSTTOOLS:=host-sed host-lzma
> >ifeq ($(BR2_STRIP_sstrip),y)
> >HOSTTOOLS+=sstrip_host
> >endif
> 
> Except that "HOSTTOOLS" is a too generic name, yes.
> 
> MAYBE_HOST_PREREQ is what i would have used (since lzma should also be
> conditional). Care to do this?
> 

Sure, but skip the "MAYBE_" since the variable contains
the dependencies.
If no BR2_* is set it is emtpy.


> >dependencies:  $(HOSTTOOLS)
> 
> TIA,
-- 
Best Regards,
Ulf Samuelsson




More information about the buildroot mailing list