summaryrefslogtreecommitdiff
path: root/libffi
diff options
context:
space:
mode:
authorGintautas Miliauskas <gintautas.miliauskas@gmail.com>2014-10-24 19:27:05 -0500
committerAustin Seipp <austin@well-typed.com>2014-10-24 19:27:06 -0500
commit0855b249aba370e285c866d04ce7e4c1183311b9 (patch)
tree83e84e905b49b802d70673c79f95be875797aea5 /libffi
parent73c7ea7e00f31993990ad2d57b86b6b7a5424a4a (diff)
downloadhaskell-0855b249aba370e285c866d04ce7e4c1183311b9.tar.gz
Pass in CXX to libffi's configure script.
Reviewers: austin Reviewed By: austin Subscribers: thomie, carter, ezyang, simonmar Differential Revision: https://phabricator.haskell.org/D370 GHC Trac Issues: #9720
Diffstat (limited to 'libffi')
-rw-r--r--libffi/ghc.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/libffi/ghc.mk b/libffi/ghc.mk
index 4e177d24a4..ec37f0c533 100644
--- a/libffi/ghc.mk
+++ b/libffi/ghc.mk
@@ -90,6 +90,7 @@ $(libffi_STAMP_CONFIGURE): $(TOUCH_DEP)
$(LIBFFI_PATH_MANGLE) \
cd build && \
CC=$(CC_STAGE1) \
+ CXX=$(CC_STAGE1) \
LD=$(LD) \
AR=$(AR_STAGE1) \
NM=$(NM) \