#7709: ios patch no 7: Omit ghc-pwd from final stage when cross compiling --------------------------------+------------------------------------------- Reporter: StephenBlackheath | Owner: igloo Type: feature request | Status: new Priority: normal | Milestone: 7.8.1 Component: Compiler | Version: 7.7 Resolution: | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: 7724 | Related: --------------------------------+------------------------------------------- Comment(by ian@…): commit d65a61dfa99e613a3f16b85e592b1e35270d4098 {{{ Author: Ian Lynagh <ian@well-typed.com> Date: Sat Apr 20 18:51:18 2013 +0100 Use different exeext variables for each stage; fixes #7709 Currently they are all set to the same value, but when cross-compiling they could be set to different values. driver/ghci/ghc.mk | 2 +- mk/project.mk.in | 5 ++++- rules/build-prog.mk | 2 +- utils/ghc-cabal/ghc.mk | 5 +++-- utils/runghc/ghc.mk | 2 +- 5 files changed, 10 insertions(+), 6 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7709#comment:10> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler