[GHC] #8125: iOS patch no 17: Add .a suffix onto libraries that take the place of executables
#8125: iOS patch no 17: Add .a suffix onto libraries that take the place of executables -------------------------------------------+-------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Compiler | Version: 7.7 Keywords: | Operating System: Other Architecture: arm | Type of failure: Other Difficulty: Easy (less than 1 hour) | Test Case: Blocked By: | Blocking: 7724 Related Tickets: | -------------------------------------------+-------------------------- When we cross-compile to iOS we want to generate .a files in place of executables. These .a files are linked by hand into an Xcode project. This patch adds the correct .a extension onto the end of the output file name. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8125> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8125: iOS patch no 17: Add .a suffix onto libraries that take the place of executables -------------------------------------+------------------------------------- Reporter: | Owner: StephenBlackheath | Status: patch Type: bug | Milestone: Priority: normal | Version: 7.7 Component: Compiler | Keywords: Resolution: | Architecture: arm Operating System: Other | Difficulty: Easy (less than 1 Type of failure: Other | hour) Test Case: | Blocked By: Blocking: 7724 | Related Tickets: -------------------------------------+------------------------------------- Changes (by StephenBlackheath): * status: new => patch -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8125#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#8125: iOS patch no 17: Add .a suffix onto libraries that take the place of executables -------------------------------------+------------------------------------- Reporter: | Owner: Austin Seipp StephenBlackheath | <aseipp@…> Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Operating System: Other | Architecture: arm Type of failure: Other | Difficulty: Easy (less than 1 Test Case: | hour) Blocking: 7724 | Blocked By: | Related Tickets: -------------------------------------+------------------------------------- Changes (by Austin Seipp <aseipp@…>): * owner: => Austin Seipp <aseipp@…> * status: patch => closed * resolution: => fixed Comment: In [changeset:288ca49c93d5bc8fe42f9a823ed6555334762769/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="288ca49c93d5bc8fe42f9a823ed6555334762769" iOS: generate archive files when compiling. When cross compiling to iOS, we generate archive files which are linked into the final executable. We already *did* generate archive files - just with the wrong suffix. Fixes #8125. Authored-by: Stephen Blackheath <...@blacksapphire.com> Signed-off-by: Austin Seipp <aseipp@pobox.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/8125#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC