This is the mail archive of the
binutils@sources.redhat.com
mailing list for the binutils project.
Re: Building binutils "bootstrap"-wise
- From: Ian Lance Taylor <ian at airs dot com>
- To: Nick Clifton <nickc at cambridge dot redhat dot com>
- Cc: Christian Jönsson <chj at j-son dot org>, binutils at sources dot redhat dot com
- Date: 01 Mar 2002 17:33:38 -0800
- Subject: Re: Building binutils "bootstrap"-wise
- References: <20020223092649.GA20329@j-son.org><m3wuwwlkg5.fsf@north-pole.nickc.cambridge.redhat.com>
Nick Clifton <nickc@cambridge.redhat.com> writes:
> Hmm - Well there is certainly no reason why bootstrapping targets
> could not be included in the makefiles. I guess it is a question of
> whether people would actually use them when testing their patches.
There is already a bootstrap target in the gas Makefile and the ld
Makefile. In either case, it will do a full three-stage bootstrap
test. (Well, they used to; I haven't tested them recently.)
There is no full three stage bootstrap which uses both the linker and
the assembler. That is, there is no three stage test which ensures
that the linker can correctly link the files which the assembler
generates.
It would be quite easy to modify the gas bootstrap test to use the
newly built linker, if there is one. That would be a full three-stage
bootstrap.
Ian