Ticket #355 (closed bug: Fixed)

Opened 8 years ago

Last modified 43 years ago

amd64 architecture not correctly detected

Reported by: nobody Owned by: simonmar
Priority: normal Milestone:
Component: Build System Version: None
Keywords: Cc:
Operating System: Architecture:
Type of failure: Difficulty:
Test Case: Blocked By:
Blocking: Related Tickets:

Description

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  
  

Change History

Changed 8 years ago by simonmar

  • status changed from assigned to closed
Logged In: YES 
user_id=48280

Fixed, thanks.
Note: See TracTickets for help on using tickets.