[commit: ghc] master: Pass in CXX to libffi's configure script. (0855b24)

git at git.haskell.org git at git.haskell.org
Sat Oct 25 00:27:09 UTC 2014


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/0855b249aba370e285c866d04ce7e4c1183311b9/ghc

>---------------------------------------------------------------

commit 0855b249aba370e285c866d04ce7e4c1183311b9
Author: Gintautas Miliauskas <gintautas.miliauskas at gmail.com>
Date:   Fri Oct 24 19:27:05 2014 -0500

    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


>---------------------------------------------------------------

0855b249aba370e285c866d04ce7e4c1183311b9
 libffi/ghc.mk | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libffi/ghc.mk b/libffi/ghc.mk
index 4e177d2..ec37f0c 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) \



More information about the ghc-commits mailing list