Date: Wed, 2 Jul 2003 12:39:10 +0300 From: Ruslan Ermilov <ru@FreeBSD.org> To: Marcel Moolenaar <marcel@xcllnt.net> Cc: cvs-all@FreeBSD.org Subject: Re: cvs commit: src Makefile.inc1 Message-ID: <20030702093910.GA74796@sunbay.com> In-Reply-To: <20030702081951.GA19646@dhcp01.pn.xcllnt.net> References: <200307011257.h61Cvr0j074180@repoman.freebsd.org> <20030701171328.GA6789@dhcp01.pn.xcllnt.net> <20030702071850.GA58755@sunbay.com> <20030702081951.GA19646@dhcp01.pn.xcllnt.net>
next in thread | previous in thread | raw e-mail | index | archive | help
[-- Attachment #1 --]
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@sunbay.com Sunbay Software Ltd,
ru@FreeBSD.org FreeBSD committer
[-- Attachment #2 --]
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)
iD8DBQE/Aqg9Ukv4P6juNwoRAnNrAJ97nt4zhnMV2njmc/zXg1D7YsGZ5ACeK5sG
06MR48Dfi8fT0IdgZ8hZNm4=
=lqUs
-----END PGP SIGNATURE-----
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030702093910.GA74796>
