cvs commit: src Makefile.inc1

Ruslan Ermilov ru at FreeBSD.org
Wed Jul 2 02:39:29 PDT 2003


On Wed, Jul 02, 2003 at 01:19:51AM -0700, Marcel Moolenaar wrote:
> On Wed, Jul 02, 2003 at 10:18:50AM +0300, Ruslan Ermilov wrote:
> > On Tue, Jul 01, 2003 at 10:13:28AM -0700, Marcel Moolenaar wrote:
> > > On Tue, Jul 01, 2003 at 05:57:53AM -0700, Ruslan Ermilov wrote:
> > > > ru          2003/07/01 05:57:53 PDT
> > > > 
> > > >   FreeBSD src repository
> > > > 
> > > >   Modified files:
> > > >     .                    Makefile.inc1 
> > > >   Log:
> > > >   Put rescue/ into a correct slot in the SUBDIR list.  Sort bootstrap-,
> > > >   build-, and cross-tools lists, reformat lists for easier maintenance.
> > > 
> > > Did you test this?
> > > 
> > 
> > And, what problems are you having with this my commit?
> 
> The ordering of both bootstrap-tools and cross-tools is not
> freely changeable due to dependencies. Especially cross-tools
> used to have the nack that you need the compiler last in
> principle. Anything built after the compiler would use the
> cross-compiler and thus will not run on the build-machine
> if incompatible from the target. The compiler is now built
> second and I'm expecting that all tools built after it will
> not run. Unless something changed since the last time I looked.
> 
The cross-compiler is installed into WORLDTMP which is part of
XPATH.  XPATH only appears in PATH for WMAKEENV and IMAKEENV.
The bootstrap- and cross-tools use BMAKEENV with standard PATH
(except for ${WORLDTMP}/legacy, to pick up tools build in the
bootstrap-tools stage, which is okay).

To summarize, we don't use any of cross-tools before the
_includes stage of buildworld.  But we use some of bootstrap-
tools (mostly legacy: bits) in the cross-tools stage.


Cheers,
-- 
Ruslan Ermilov		Sysadmin and DBA,
ru at sunbay.com		Sunbay Software Ltd,
ru at FreeBSD.org		FreeBSD committer
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 187 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/cvs-src/attachments/20030702/e47e4792/attachment.bin


More information about the cvs-src mailing list