[GHC] #7569: Does not correctly detect float/double Haskell types when cross-compiling

#7569: Does not correctly detect float/double Haskell types when cross-compiling --------------------------------+------------------------------------------- Reporter: singpolyma | Owner: Type: bug | Status: new Priority: normal | Component: libraries/base Version: 7.6.1 | Keywords: cross-compiling Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Building GHC failed | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- As described on the mailing list, the way that the check for floating point types is implemented in `aclocal.m4` gives an error in cross- compiling mode and thus fails to detect that float/double are supported. The possible patch is attached here. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7569 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7569: Does not correctly detect float/double Haskell types when cross-compiling --------------------------------+------------------------------------------- Reporter: singpolyma | Owner: Type: bug | Status: patch Priority: normal | Component: libraries/base Version: 7.6.1 | Keywords: cross-compiling Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Building GHC failed | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- Changes (by singpolyma): * status: new => patch -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7569#comment:1 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7569: Does not correctly detect float/double Haskell types when cross-compiling --------------------------------+------------------------------------------- Reporter: singpolyma | Owner: Type: bug | Status: patch Priority: normal | Component: libraries/base Version: 7.6.1 | Keywords: cross-compiling Os: Unknown/Multiple | Architecture: Unknown/Multiple Failure: Building GHC failed | Blockedby: Blocking: | Related: --------------------------------+------------------------------------------- Comment(by StephenBlackheath): I'd like endorse singpolyma's patch by saying that it works and is needed for cross-compiling. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7569#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7569: Does not correctly detect float/double Haskell types when cross-compiling ---------------------------------+------------------------------------------ Reporter: singpolyma | Owner: simonmar Type: bug | Status: patch Priority: high | Milestone: 7.8.1 Component: libraries/base | Version: 7.6.1 Keywords: cross-compiling | Os: Unknown/Multiple Architecture: Unknown/Multiple | Failure: Building GHC failed Difficulty: Unknown | Testcase: Blockedby: | Blocking: Related: | ---------------------------------+------------------------------------------ Changes (by simonmar): * owner: => simonmar * difficulty: => Unknown * priority: normal => high * milestone: => 7.8.1 Comment: Patch seems to work here. I'll validate and commit. -- Ticket URL: http://hackage.haskell.org/trac/ghc/ticket/7569#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#7569: Does not correctly detect float/double Haskell types when cross-compiling
----------------------------------+-----------------------------------------
Reporter: singpolyma | Owner: simonmar
Type: bug | Status: closed
Priority: high | Milestone: 7.8.1
Component: libraries/base | Version: 7.6.1
Resolution: fixed | Keywords: cross-compiling
Os: Unknown/Multiple | Architecture: Unknown/Multiple
Failure: Building GHC failed | Difficulty: Unknown
Testcase: | Blockedby:
Blocking: | Related:
----------------------------------+-----------------------------------------
Changes (by simonmar):
* status: patch => closed
* resolution: => fixed
Comment:
{{{
commit c7265596afcc4a89e6fe80dc4c3830ac67a4988d
Author: Stephen Paul Weber
participants (1)
-
GHC