diff options
author | Michael Forney <mforney@mforney.org> | 2019-08-23 21:37:22 +0000 |
---|---|---|
committer | Jeff Law <law@gcc.gnu.org> | 2019-08-23 15:37:22 -0600 |
commit | d0fc6e9f69b27fa93438c306fd9b25404982c2ea (patch) | |
tree | 9fca88469f9ed3e798598693172e5c72415fe0d3 /Makefile.in | |
parent | Fix libstdc++ lstat missing return type for Windows target. (diff) | |
download | gcc-d0fc6e9f69b27fa93438c306fd9b25404982c2ea.tar.gz gcc-d0fc6e9f69b27fa93438c306fd9b25404982c2ea.tar.bz2 gcc-d0fc6e9f69b27fa93438c306fd9b25404982c2ea.tar.xz |
Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
* Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
* Makefile.in: Regenerate.
From-SVN: r274887
Diffstat (limited to 'Makefile.in')
-rw-r--r-- | Makefile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.in b/Makefile.in index 02cc7a39094..86c0c6d5b2d 100644 --- a/Makefile.in +++ b/Makefile.in | |||
@@ -198,6 +198,7 @@ HOST_EXPORTS = \ | |||
198 | AR="$(AR)"; export AR; \ | 198 | AR="$(AR)"; export AR; \ |
199 | AS="$(AS)"; export AS; \ | 199 | AS="$(AS)"; export AS; \ |
200 | CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ | 200 | CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ |
201 | CXX_FOR_BUILD="$(CXX_FOR_BUILD)"; export CXX_FOR_BUILD; \ | ||
201 | DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \ | 202 | DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \ |
202 | LD="$(LD)"; export LD; \ | 203 | LD="$(LD)"; export LD; \ |
203 | LDFLAGS="$(STAGE1_LDFLAGS) $(LDFLAGS)"; export LDFLAGS; \ | 204 | LDFLAGS="$(STAGE1_LDFLAGS) $(LDFLAGS)"; export LDFLAGS; \ |