patch applied (cabal): Always use gcc as cc with hsc2hs
23 Jul
2008
23 Jul
'08
1:55 a.m.
Sun Jul 20 16:37:59 PDT 2008 Duncan Coutts <duncan@haskell.org> * Always use gcc as cc with hsc2hs Lookup what flags to use from the package index. Previously this was done by calling ghc as cc and passing -package flags to ghc. ghc would then lookup what extra flags to pass to gcc. We now do that ourselves directly and it's a good deal simpler and it's portable to the other haskell implementations. This is only a first go, the flags may not all be exactly right. Needs testing. M ./Distribution/Simple/PreProcess.hs -47 +49 View patch online: http://darcs.haskell.org/cabal/_darcs/patches/20080720233759-adfee-afc666f51...
6586
Age (days ago)
6586
Last active (days ago)
0 comments
1 participants
participants (1)
-
Ian Lynagh