aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Forney <mforney@mforney.org>2019-08-23 21:37:22 +0000
committerJeff Law <law@gcc.gnu.org>2019-08-23 15:37:22 -0600
commitd0fc6e9f69b27fa93438c306fd9b25404982c2ea (patch)
tree9fca88469f9ed3e798598693172e5c72415fe0d3
parent4872de4ac72b4687c805a2c370de1095b6429580 (diff)
downloadgcc-d0fc6e9f69b27fa93438c306fd9b25404982c2ea.zip
gcc-d0fc6e9f69b27fa93438c306fd9b25404982c2ea.tar.gz
gcc-d0fc6e9f69b27fa93438c306fd9b25404982c2ea.tar.bz2
Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
* Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD. * Makefile.in: Regenerate. From-SVN: r274887
-rw-r--r--ChangeLog5
-rw-r--r--Makefile.in1
-rw-r--r--Makefile.tpl1
3 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 801ae7d..3cd3137 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2019-08-23 Michael Forney <mforney@mforney.org>
+
+ * Makefile.tpl (HOST_EXPORTS): Add CXX_FOR_BUILD.
+ * Makefile.in: Regenerate.
+
2019-08-19 Tom Tromey <tom@tromey.com>
* configure: Rebuild.
diff --git a/Makefile.in b/Makefile.in
index 02cc7a3..86c0c6d 100644
--- a/Makefile.in
+++ b/Makefile.in
@@ -198,6 +198,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; \
diff --git a/Makefile.tpl b/Makefile.tpl
index 1cdc023..efed151 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; \