This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30541] Ada bootstrap fails, stage1 binding does not honor GNATBIND
- From: "rguenth at gcc dot gnu dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 22 Jan 2007 16:37:45 -0000
- Subject: [Bug bootstrap/30541] Ada bootstrap fails, stage1 binding does not honor GNATBIND
- References: <bug-30541-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #4 from rguenth at gcc dot gnu dot org 2007-01-22 16:37 -------
Created an attachment (id=12932)
--> (http://gcc.gnu.org/bugzilla/attachment.cgi?id=12932&action=view)
patch
During the build we still call (and require) a 'gnatmake' in $PATH like for
(cd ada/bldtools/nmake_b; gnatmake -q xnmake ; ./xnmake -b ../../nmake.adb )
but at least gnatbind is used as specified at configure time (for building
stage1). Somebody might want to fix gnatmake in a similar way.
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30541