[GHC] #7922: adding direct *.c -> object code (*.o/so/dylib) support to compilation driver
GHC
cvs-ghc at haskell.org
Sat May 25 12:20:21 CEST 2013
#7922: adding direct *.c -> object code (*.o/so/dylib) support to compilation
driver
-------------------------------+--------------------------------------------
Reporter: carter | Owner:
Type: feature request | Status: closed
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Resolution: wontfix | Keywords:
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: None/Unknown | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related: #7904
-------------------------------+--------------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => wontfix
Comment:
I think you're saying that Cabal doesn't tell GHC to use the `cc-options`
when assembling, and that Cabal has no `as-options`?
I don't think that we want to change the GHC interface, so this would need
to be fixed on the Cabal side. The Cabal bug tracker is here:
https://github.com/haskell/cabal/issues
In any case, I still don't think we want to do direct `.c` to `.o`
compilation, which is what this ticket is about.
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7922#comment:24>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list