diff options
author | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-17 10:31:47 +0000 |
---|---|---|
committer | bonzini <bonzini@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-11-17 10:31:47 +0000 |
commit | f0903548b3287506d5f909fccde02f55b9c582c1 (patch) | |
tree | cdc066a4f95fcefcdfe94e56a0d3b336362f0df6 /libada/Makefile.in | |
parent | aecfc21dc36c6705efdfee01ab12edbe03f96ee2 (diff) | |
download | gcc-f0903548b3287506d5f909fccde02f55b9c582c1.tar.gz |
2006-11-16 Paolo Bonzini <bonzini@gnu.org>
* Makefile.tpl (clean-target-libgcc): Test for gcc Makefile presence.
(unstage): Test for stage_last presence.
PR bootstrap/29802
* Makefile.tpl (POSTSTAGE1_FLAGS_TO_PASS): Add HOST_SUBDIR in STAGE_PREFIX.
* Makefile.in: Regenerate.
libada:
2006-11-16 Paolo Bonzini <bonzini@gnu.org>
PR bootstrap/29802
* configure.ac: Call GCC_TOPLEV_SUBDIRS.
* configure: Regenerate.
* Makefile.in: Replace host_subdir.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@118927 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libada/Makefile.in')
-rw-r--r-- | libada/Makefile.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/libada/Makefile.in b/libada/Makefile.in index 5a7bfcc5d0a..07407a4fd2a 100644 --- a/libada/Makefile.in +++ b/libada/Makefile.in @@ -49,7 +49,8 @@ X_ADA_CFLAGS=@x_ada_cflags@ ALL_ADA_CFLAGS=$(X_ADA_CFLAGS) $(T_ADA_CFLAGS) $(ADA_CFLAGS) # For finding the GCC build dir, which is used far too much -GCC_DIR=../../$(HOST_SUBDIR)/gcc +host_subdir = @host_subdir@ +GCC_DIR=../../$(host_subdir)/gcc # Include fragment generated by GCC configure. include $(GCC_DIR)/libada-mk |