Skip to content
Snippets Groups Projects
Commit 0855b249 authored by gintas's avatar gintas Committed by Austin Seipp
Browse files

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
parent 73c7ea7e
No related merge requests found
......@@ -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) \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment