This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug bootstrap/30541] Top-level should pass GNATBIND, GNATLINK and GNATMAKE variables down



------- Comment #10 from rguenth at gcc dot gnu dot org  2007-01-23 13:52 -------
Created an attachment (id=12937)
 --> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12937&action=view)
patch for the mainline

This is a working patch for the mainline - GNATLINK is omitted.  Note that the
only place we use STAGE_PREFIX now is the gnatboot[23] targets in
ada/Make-lang.in
(which are probably broken anyway - they're not used by the FSF build system).
So we might as well remove all traces of it (STAGE_PREFIX).

(working patch as in finished building stage2)

Note that even for building stage>1 we use the GNATMAKE specified for
building stage0, but this "bug" precedes this patch.  We're not building
gnatmake during bootstrap.


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30541


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]