This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug bootstrap/30541] Top-level should pass GNATBIND, GNATLINK and GNATMAKE variables down
- 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: 8 Oct 2007 14:23:54 -0000
- Subject: [Bug bootstrap/30541] Top-level should pass GNATBIND, GNATLINK and GNATMAKE variables down
- References: <bug-30541-10053@http.gcc.gnu.org/bugzilla/>
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
------- Comment #16 from rguenth at gcc dot gnu dot org 2007-10-08 14:23 -------
Subject: Bug 30541
Author: rguenth
Date: Mon Oct 8 14:23:33 2007
New Revision: 129126
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=129126
Log:
Backport
Author: rguenth
Date: Tue Jan 23 16:37:09 2007
New Revision: 121082
URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=121082
Log:
2007-01-23 Richard Guenther <rguenther@suse.de>
PR bootstrap/30541
* Makefile.def (flags_to_pass): Add GNATBIND and GNATMAKE.
* Makefile.tpl (GNATBIND): Substitute it.
(GNATMAKE): Likewise.
(POSTSTAGE1_FLAGS_TO_PASS): Pass staged GNATBIND instead
of STAGE_PREFIX.
* Makefile.in: Regenerate.
* configure: Regenerate.
config/
* acx.m4 (ACX_PROG_GNAT): Check for gnatmake.
libada/
* Makefile.in (STAGE_PREFIX): Do not define.
(FLAGS_TO_PASS): Do not pass STAGE_PREFIX.
gnattools/
* Makefile.in (STAGE_PREFIX): Do not define.
ada/
* Make-lang.in: Replace invocations of gnatmake with
* $(GNATMAKE).
(gnatboot2): Pass staged GNATMAKE instead of STAGE_PREFIX.
(gnatboot3): Likewise.
(GNATBIND): Do not define.
* Makefile.in (GNATBIND): Do not define.
Modified:
branches/suse/gcc-4_2-branch/Makefile.def
branches/suse/gcc-4_2-branch/Makefile.in
branches/suse/gcc-4_2-branch/Makefile.tpl
branches/suse/gcc-4_2-branch/config/acx.m4
branches/suse/gcc-4_2-branch/configure
branches/suse/gcc-4_2-branch/gcc/ada/Make-lang.in
branches/suse/gcc-4_2-branch/gcc/ada/Makefile.in
branches/suse/gcc-4_2-branch/gnattools/Makefile.in
branches/suse/gcc-4_2-branch/libada/Makefile.in
--
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=30541