[GHC] #7559: `./configure --with-macosx-deployment-target=` doesn't work
GHC
cvs-ghc at haskell.org
Sun Feb 17 21:57:22 CET 2013
#7559: `./configure --with-macosx-deployment-target=` doesn't work
---------------------------------+------------------------------------------
Reporter: altaic | Owner: igloo
Type: bug | Status: patch
Priority: high | Milestone: 7.8.1
Component: Build System | Version: 7.6.1
Keywords: | Os: MacOS X
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking:
Related: |
---------------------------------+------------------------------------------
Comment(by ian@…):
commit cd31b294fcff964ecea6f78f20e7d5743a853631
{{{
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun Feb 17 17:20:04 2013 +0000
Remove the MACOSX_DEPLOYMENT stuff; fixes #7559
If anyone wants to do this in the future, they should just set
appropriate CC_OPTS/LD_OPTS variables instead.
aclocal.m4 | 29 -----------------------------
configure.ac | 17 -----------------
mk/config.mk.in | 21 ---------------------
rts/ghc.mk | 5 -----
utils/lndir/Makefile | 6 ------
5 files changed, 0 insertions(+), 78 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7559#comment:3>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list