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.tpl | |
parent | 4872de4ac72b4687c805a2c370de1095b6429580 (diff) | |
download | gcc-d0fc6e9f69b27fa93438c306fd9b25404982c2ea.tar.gz |
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.tpl')
-rw-r--r-- | Makefile.tpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.tpl b/Makefile.tpl index 1cdc023c82f..efed1511750 100644 --- a/Makefile.tpl +++ b/Makefile.tpl @@ -201,6 +201,7 @@ HOST_EXPORTS = \ AR="$(AR)"; export AR; \ AS="$(AS)"; export AS; \ CC_FOR_BUILD="$(CC_FOR_BUILD)"; export CC_FOR_BUILD; \ + CXX_FOR_BUILD="$(CXX_FOR_BUILD)"; export CXX_FOR_BUILD; \ DLLTOOL="$(DLLTOOL)"; export DLLTOOL; \ LD="$(LD)"; export LD; \ LDFLAGS="$(STAGE1_LDFLAGS) $(LDFLAGS)"; export LDFLAGS; \ |