#2312: object splitting is not done under sparc solaris
--------------------------+-------------------------------------------------
 Reporter:  maeder        |          Owner:         
     Type:  bug           |         Status:  new    
 Priority:  normal        |      Milestone:         
Component:  Build System  |        Version:  6.8.2  
 Severity:  normal        |     Resolution:         
 Keywords:                |     Difficulty:  Unknown
 Testcase:                |   Architecture:  sparc  
       Os:  Solaris       |  
--------------------------+-------------------------------------------------
Comment (by maeder):

 I did not explicitly pass `-fvia-C` (or switched off native code
 generation). my mk/build.mk contains:

 {{{
 BIN_DIST=1
 Project=Ghc
 INSTALL_PROGRAM = $(INSTALL) -s -m 755
 XMLDocWays = html
 HADDOCK_DOCS = YES
 SRC_HC_OPTS += -optc-mcpu=ultrasparc -opta-mcpu=ultrasparc
 SplitObjs = YES
 }}}

 where `SplitObjs = YES` was omitted initially (without difference).

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