This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30556] should not call gnatmake/xnmake after stage1
- From: "charlet at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 23 Jan 2007 15:44:05 -0000
- Subject: [Bug bootstrap/30556] should not call gnatmake/xnmake after stage1
- References: <bug-30556-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #3 from charlet at gcc dot gnu dot org 2007-01-23 15:44 -------
xnmake is an internal support tool used to automatically generate a file,
and gnattools should indeed only be built after a full bootstrap of the
compiler.
As for more coverage of gnatmake, this usage of gnatmake does not test anything
really, and make check-ada tests gnatmake much more extensively anyway.
If anything, the dependencies in the makefile should be enhanced to avoid
calling gnatmake/xnmake unnecessarily after the first time.
Arno
--
charlet at gcc dot gnu dot org changed:
What |Removed |Added
----------------------------------------------------------------------------
Summary|Host gnatmake is used to |should not call
|build stageN, N>1 tools |gnatmake/xnmake after stage1
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30556