#4973: building ghc7.0.1.20110217 under x86 solaris fails
----------------------------------+-----------------------------------------
  Reporter:  maeder               |          Owner:         
      Type:  bug                  |         Status:  new    
  Priority:  highest              |      Milestone:  7.2.1  
 Component:  Compiler             |        Version:  7.0.2  
Resolution:                       |       Keywords:         
  Testcase:                       |      Blockedby:         
Difficulty:                       |             Os:  Solaris
  Blocking:                       |   Architecture:  x86    
   Failure:  Building GHC failed  |  
----------------------------------+-----------------------------------------

Comment(by kgardas):

 Sigh! Forgot code brackets...
 {{{
 # Do we support shared libs?
 SharedLibsPlatformList = i386-unknown-linux x86_64-unknown-linux \
         i386-unknown-freebsd x86_64-unknown-freebsd \
         i386-unknown-openbsd x86_64-unknown-openbsd \
         i386-unknown-mingw32 \
         i386-apple-darwin powerpc-apple-darwin

 ifeq ($(SOLARIS_BROKEN_SHLD), NO)
 SharedLibsPlatformList := $(SharedLibsPlatformList) i386-unknown-solaris2
 endif
 }}}

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