#4862: Enable usage of gold linker with GHC
------------------------------+---------------------------------------------
  Reporter:  ajd              |          Owner:  igloo           
      Type:  feature request  |         Status:  new             
  Priority:  normal           |      Milestone:  7.4.2           
 Component:  Compiler         |        Version:  7.0.1           
Resolution:                   |       Keywords:                  
        Os:  Linux            |   Architecture:  Unknown/Multiple
   Failure:  None/Unknown     |     Difficulty:  Unknown         
  Testcase:                   |      Blockedby:                  
  Blocking:                   |        Related:                  
------------------------------+---------------------------------------------
Changes (by simonmar):

  * owner:  => igloo
  * difficulty:  => Unknown
  * milestone:  7.4.1 => 7.4.2


Comment:

 You can work around this by editing the file `settings` in GHC's libdir
 (e.g. `/usr/lib/ghc-7.4.1`).

 The problem is that we test whether `ld` supports `--hash-size` in the
 configure script, either when GHC is built or when the binary distribution
 is configured.  So if you're using a binary distribution you can just
 reinstall it and that should fix it too.  If you're on a system that
 doesn't use binary distributions (ie. Mac or Windows) then editing the
 `settings` file is the only way.

 Can/should we do anything to fix this?  Assigning to igloo who I think is
 the last person to touch all this config stuff.

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