cvs commit: src/gnu/usr.bin Makefile src/lib Makefile src/sbin Makefile src/usr.bin Makefile src/usr.sbin Makefile

David O'Brien obrien at FreeBSD.org
Fri Aug 29 14:32:56 PDT 2003


On Fri, Aug 29, 2003 at 04:03:50PM -0400, Michael Edenfield wrote:
> > > > > >   NO_TOOLCHAIN    skips Compilers and Binutils
...
> > I disagree that it should be a single (MINIMAL(sp?)) knob.  But that
> > there should be more discussion about it.  If you have NO_TOOLCHAIN set,
> > I can't think of a reason to have /usr/include or /usr/lib/*.a populated;
> > for instance.
> 
> If you don't have a compiler or binutils toolchain installed, then make
> buildworld isn't going to make it very far in general :)

Yes that is obvious.  When one sets NO_TOOLCHAIN they are obviously
building world on a workstation and doing the 'make installworld' with a
destination on the "embedded" machine.

If NO_TOOLCHAIN is set, it is OK to assume a [mostly] complete world on
the build machine and that it matches the sources being built.
NO_TOOLCHAIN however, would keep from installing compiler,
/usr/include/*, and /usr/lib/*.a.  Also any optimization of 'make
buildworld' time should occur knowing that things like lib*.a won't be
used or installed.


More information about the cvs-src mailing list