#3681: hsc2hs wrapper script throws away $HSC2HS_EXTRA's value when specified C
compiler to use
------------------------+---------------------------------------------------
    Reporter:  nwn      |        Owner:            
        Type:  bug      |       Status:  new       
    Priority:  normal   |    Milestone:  7.0.2     
   Component:  hsc2hs   |      Version:  6.12.1 RC1
    Keywords:           |     Testcase:            
   Blockedby:           |   Difficulty:            
          Os:  MacOS X  |     Blocking:            
Architecture:  x86      |      Failure:  Other     
------------------------+---------------------------------------------------

Comment(by maeder):

 It seems the fix (not setting HSC2HS_EXTRA) caused #4860.
 Interestingly, for ghc-6.12.1 and ghc-6.12.3 my hsc2hs script contains:

 {{{
 HSC2HS_EXTRA="--cflag=-m32 --lflag=-m32"
 }}}

 (I cannot remember if I've changed something manually for ghc-6.12.3)

 Whereas hsc2hs for ghc-7.0.1.20101215 contains just:

 {{{
 HSC2HS_EXTRA="--cflag=-fno-stack-protector "
 }}}

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3681#comment:13>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler

_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to