[GHC] #7699: iOS patch no 2: remove obsolete CROSS_COMPILE variable
#7699: iOS patch no 2: remove obsolete CROSS_COMPILE variable ------------------------------+--------------------------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: new Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: ------------------------------+--------------------------------------------- This is the second iOS cross compile patch, though it isn't iOS-specific. The CROSS_COMPILE variable was used to turn on behaviour in certain modules, but is now obsolete. So let's remove it. With this patch applied, CROSS_COMPILE appears nowhere in the build tree. I also tested it by building an ARM-linux cross compiler. -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7699> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7699: iOS patch no 2: remove obsolete CROSS_COMPILE variable ------------------------------+--------------------------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: patch Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: ------------------------------+--------------------------------------------- Changes (by StephenBlackheath): * status: new => patch -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7699#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7699: iOS patch no 2: remove obsolete CROSS_COMPILE variable ------------------------------+--------------------------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: patch Priority: normal | Component: Compiler Version: 7.7 | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Blockedby: Blocking: | Related: ------------------------------+--------------------------------------------- Comment(by ian@…): commit c47649412e43e9b89a52ac4ea7c87d842e9c8a74 {{{ Author: Ian Lynagh <ian@well-typed.com> Date: Sun Feb 17 13:43:50 2013 +0000 iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699 From StephenBlackheath ghc.mk | 2 -- rules/build-package-data.mk | 4 ++-- rules/haddock.mk | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) }}} -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7699#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#7699: iOS patch no 2: remove obsolete CROSS_COMPILE variable --------------------------------+------------------------------------------- Reporter: StephenBlackheath | Owner: Type: bug | Status: closed Priority: normal | Milestone: Component: Compiler | Version: 7.7 Resolution: fixed | Keywords: Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: None/Unknown | Difficulty: Unknown Testcase: | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- Changes (by igloo): * status: patch => closed * difficulty: => Unknown * resolution: => fixed Comment: Applied, thanks -- Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/7699#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC