#3472: Porting through .hc files broken
---------------------------------+------------------------------------------
    Reporter:  pumpkin           |        Owner:                  
        Type:  bug               |       Status:  new             
    Priority:  normal            |    Milestone:  6.12 branch     
   Component:  Build System      |      Version:  6.12.1 RC1      
    Severity:  normal            |   Resolution:                  
    Keywords:                    |   Difficulty:  Unknown         
    Testcase:                    |           Os:  Unknown/Multiple
Architecture:  Unknown/Multiple  |  
---------------------------------+------------------------------------------
Comment (by ksf):

 Both the stage1 and stage2 compilers need the same libraries, stage1 needs
 .o files native to the build platform, stage2 ones native to the target
 platform, and make likes to re-built the stage1 compiler as soon as I've
 built a library for the target because it just depends on the resulting .a
 . I would compile them with -C, but that breaks make's notion of
 dependencies. The current build system, iirc, just compiles those
 libraries once and uses them for both stages.

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3472#comment:7>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to