#5726: GHC 7.4.1 RC1 doesn't work with Xcode 4.2.1
--------------------------------------+-------------------------------------
Reporter: shelarcy | Owner: igloo
Type: bug | Status: closed
Priority: highest | Milestone: 7.4.1
Component: Compiler | Version: 7.3
Resolution: fixed | Keywords:
Os: MacOS X | Architecture: Unknown/Multiple
Failure: GHC doesn't work at all | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
--------------------------------------+-------------------------------------
Changes (by igloo):
* status: new => closed
* resolution: => fixed
Comment:
Fixed in HEAD and 7.4:
commit 6ce7d8008c59fd6cf0be975a503d202866d45744
{{{
Author: Ian Lynagh <[email protected]>
Date: Wed Jan 11 19:01:55 2012 +0000
Don't try to use gcc-4.2 on XCode >= 4.2
It was removed in 4.2.
}}}
commit 37f70cdbc1975b02d0c27023c0ccb8993f7b6498
{{{
Author: Ian Lynagh <[email protected]>
Date: Wed Jan 11 21:00:42 2012 +0000
Use /usr/bin/gcc when making the OS X installer
On XCode 4.1, we use /usr/bin/gcc-4.2 as it makes better code than
/usr/bin/gcc for us. However, gcc-4.2 doesn't exist in XCode 4.2, so
we
need to use /usr/bin/gcc there. As the installer can be used on
either,
we make it always use /usr/bin/gcc.
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5726#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