[GHC] #7686: --with-libffi-header=<value> is not propagated to compiler/ghci/LibFFI.hsc compilation
GHC
cvs-ghc at haskell.org
Tue Mar 5 08:56:57 CET 2013
#7686: --with-libffi-header=<value> is not propagated to compiler/ghci/LibFFI.hsc
compilation
--------------------------------+-------------------------------------------
Reporter: kgardas | Owner: trommler
Type: bug | Status: patch
Priority: normal | Component: Build System
Version: 7.7 | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Building GHC failed | Blockedby:
Blocking: | Related: #7465
--------------------------------+-------------------------------------------
Changes (by trommler):
* status: new => patch
Comment:
The attached patch passes {{{--with-libffi-includes}}} argument to hsc2cs
and gcc in {{{compiler/ghc}}}.
Note: --with-libffi-libraries is not passed to the linker, yet. This will
be fixed in ticket #7465.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7686#comment:2>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list