Bugs item #1184356, was opened at 2005-04-16 18:29
Message generated for change (Comment added) made by simonmar
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1184356&group_id=8032

Category: Build System
Group: None
>Status: Closed
>Resolution: Fixed
Priority: 5
Submitted By: Nobody/Anonymous (nobody)
>Assigned to: Simon Marlow (simonmar)
Summary: amd64 architecture not correctly detected

Initial Comment:
ghc 6.4 fails to build on Ubuntu Breezy for amd64, as 
it  does not disable SplitObjs.    Although ia64 (itanium) 
is detected, amd64 is not, and it has the same issues.  
  
These two lines should be inserted    
before line 364 in mk/config.mk.in:    
    
ifeq "$(TARGETPLATFORM)" "x86_64-unknown-linux"    
SplitObjs=NO   
endif  
  

----------------------------------------------------------------------

>Comment By: Simon Marlow (simonmar)
Date: 2005-04-19 13:20

Message:
Logged In: YES 
user_id=48280

Fixed, thanks.

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=108032&aid=1184356&group_id=8032
_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to