[GHC] #7700: iOS patch no 3: enable/disable terminfo more precisely by os
GHC
cvs-ghc at haskell.org
Sat Mar 2 00:36:03 CET 2013
#7700: iOS patch no 3: enable/disable terminfo more precisely by os
----------------------------------+-----------------------------------------
Reporter: StephenBlackheath | Owner: igloo
Type: feature request | Status: patch
Priority: normal | Milestone:
Component: Compiler | Version: 7.7
Keywords: | Os: Unknown/Multiple
Architecture: Unknown/Multiple | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking: 7724
Related: |
----------------------------------+-----------------------------------------
Comment(by ian@…):
commit dd9da49ceda5bd0d6c860604ace0ca9829199fe5
{{{
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Mar 1 22:29:19 2013 +0000
Fix when terminfo is built; fixes #7700
We now use the 'host' to determine whether stage0 builds terminfo,
and 'target' to determine whether stage1 does.
We don't build it if the platform is either Windows or ios.
ghc.mk | 6 +++++-
mk/project.mk.in | 7 +++++++
2 files changed, 12 insertions(+), 1 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7700#comment:8>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list