]> git.ipfire.org Git - thirdparty/gcc.git/commit - ChangeLog
re PR bootstrap/30541 (Top-level should pass GNATBIND, GNATLINK and GNATMAKE variable...
authorRichard Guenther <rguenther@suse.de>
Tue, 23 Jan 2007 16:37:09 +0000 (16:37 +0000)
committerRichard Biener <rguenth@gcc.gnu.org>
Tue, 23 Jan 2007 16:37:09 +0000 (16:37 +0000)
commit5305be7e843ebbc376a8c591a3b382d103a5ee1e
tree5f70719b7af7ee93a93c643d7f80db9037b57ff2
parentd5dc6badbfe9439f50fb805bc34efc85bb52c6c1
re PR bootstrap/30541 (Top-level should pass GNATBIND, GNATLINK and GNATMAKE variables down)

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.

From-SVN: r121082
14 files changed:
ChangeLog
Makefile.def
Makefile.in
Makefile.tpl
config/ChangeLog
config/acx.m4
configure
gcc/ada/ChangeLog
gcc/ada/Make-lang.in
gcc/ada/Makefile.in
gnattools/ChangeLog
gnattools/Makefile.in
libada/ChangeLog
libada/Makefile.in