#2312: object splitting is not done under sparc solaris
-----------------------+----------------------------------------------------
    Reporter:  maeder  |       Owner:              
        Type:  bug     |      Status:  new         
    Priority:  normal  |   Component:  Build System
     Version:  6.8.2   |    Severity:  normal      
    Keywords:          |    Testcase:              
Architecture:  sparc   |          Os:  Solaris     
-----------------------+----------------------------------------------------
 I've used gcc-4.2.2 and ghc-6.8.1 to build ghc-6.8.2. For some reason
 object splitting is not done although for ghc-6.8.1 it worked fine.

 {{{
 -bash-3.00$ ll hello
 -rwxr-xr-x   1 maeder   wimi     3907865 May 23 11:38 hello

 -bash-3.00$ ghc --info
  [("Project name","The Glorious Glasgow Haskell Compilation System")
  ,("Project version","6.8.2")
  ,("Booter version","6.8.1")
  ,("Stage","2")
  ,("Interface file version","6")
  ,("Have interpreter","YES")
  ,("Object splitting","YES")
  ,("Have native code generator","NO")
  ,("Support SMP","YES")
  ,("Unregisterised","NO")
  ,("Tables next to code","YES")
  ,("Win32 DLLs","")
  ,("RTS ways"," debug  thr thr_p thr_debug")
  ,("Leading underscore","NO")
  ]
 }}}

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