diff options
author | Richard Guenther <rguenther@suse.de> | 2007-01-23 16:37:09 +0000 |
---|---|---|
committer | Richard Biener <rguenth@gcc.gnu.org> | 2007-01-23 16:37:09 +0000 |
commit | 5305be7e843ebbc376a8c591a3b382d103a5ee1e (patch) | |
tree | 5f70719b7af7ee93a93c643d7f80db9037b57ff2 /gnattools | |
parent | d5dc6badbfe9439f50fb805bc34efc85bb52c6c1 (diff) | |
download | gcc-5305be7e843ebbc376a8c591a3b382d103a5ee1e.tar.gz |
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
Diffstat (limited to 'gnattools')
-rw-r--r-- | gnattools/ChangeLog | 5 | ||||
-rw-r--r-- | gnattools/Makefile.in | 1 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gnattools/ChangeLog b/gnattools/ChangeLog index 30e9f047648..201fff64970 100644 --- a/gnattools/ChangeLog +++ b/gnattools/ChangeLog @@ -1,3 +1,8 @@ +2007-01-23 Richard Guenther <rguenther@suse.de> + + PR bootstrap/30541 + * Makefile.in (STAGE_PREFIX): Do not define. + 2006-10-10 Brooks Moses <bmoses@stanford.edu> * Makefile.in: Added empty "pdf" target. diff --git a/gnattools/Makefile.in b/gnattools/Makefile.in index 7d67c4fd856..fe408ea4d02 100644 --- a/gnattools/Makefile.in +++ b/gnattools/Makefile.in @@ -38,7 +38,6 @@ TRACE=no ADA_FOR_BUILD= ADA_FOR_TARGET= LDFLAGS= -STAGE_PREFIX= PWD_COMMAND = $${PWDCMD-pwd} # The tedious process of getting CFLAGS right. |