[GHC] #7720: iOS patch no 9: Linking
GHC
cvs-ghc at haskell.org
Sat Apr 27 17:46:48 CEST 2013
#7720: iOS patch no 9: Linking
----------------------------------+-----------------------------------------
Reporter: StephenBlackheath | Owner:
Type: feature request | Status: patch
Priority: normal | Milestone: 7.8.1
Component: Compiler | Version: 7.7
Keywords: | Os: Other
Architecture: arm | Failure: None/Unknown
Difficulty: Unknown | Testcase:
Blockedby: | Blocking: 7724
Related: |
----------------------------------+-----------------------------------------
Comment(by ian@…):
commit e5944d9f04bc6f6e62367be71d5b76e7d0473ee2
{{{
Author: Ian Lynagh <ian at well-typed.com>
Date: Sat Apr 27 12:45:04 2013 +0100
Don't use getPackageLinkOpts on iOS; fixes #7720.
On iOS, binaries are really static libraries, so we don't want to use
flags like -lm when linking them.
compiler/main/DriverPipeline.hs | 8 +++++++-
compiler/utils/Platform.hs | 8 ++++++++
2 files changed, 15 insertions(+), 1 deletions(-)
}}}
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7720#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list