#3843: Merge plugins into HEAD
---------------------------------+------------------------------------------
    Reporter:  dreixel           |        Owner:  simonpj     
        Type:  task              |       Status:  patch       
    Priority:  high              |    Milestone:  7.2.1       
   Component:  Compiler          |      Version:  6.13        
    Keywords:                    |     Testcase:              
   Blockedby:                    |   Difficulty:              
          Os:  Unknown/Multiple  |     Blocking:              
Architecture:  Unknown/Multiple  |      Failure:  None/Unknown
---------------------------------+------------------------------------------

Comment(by igloo):

 I can only see one build system question, about the library suffix. Is
 that what you mean?

 The library suffix is `$($(way)_libsuf)` (e.g. `$(v_libsuf)` is `.a`,
 `$(p_libsuf)` is `_p.a`).

 So for example in `build-package-way.mk` we define
 {{{
 $1_$2_$3_LIB =
 $1/$2/build/libHS$$($1_PACKAGE)-$$($1_$2_VERSION)$$($3_libsuf)
 }}}

 Does that answer the question?

-- 
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/3843#comment:51>
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