#5064: base ./configure can't be run in cross-compilation environments
---------------------------------+------------------------------------------
Reporter: MtnViewMark | Owner:
Type: bug | Status: patch
Priority: normal | Component: libraries/base
Version: 7.0.3 | Keywords: configure
Testcase: | Blockedby:
Os: Unknown/Multiple | Blocking:
Architecture: Unknown/Multiple | Failure: Building GHC failed
---------------------------------+------------------------------------------
Changes (by MtnViewMark):
* status: new => patch
Comment:
Attached patch fixes this issue:
* update FPTOOLS_CHECK_HTYPE to work when cross-compiling
This macro previous generated a c program and ran it to determine the
appropriate htype for a given c type. This change updates it to use
the
macro AC_COMPUTE_INT which will do that work, but can handle doing so
in cross-compilation environments
--
Ticket URL: <http://hackage.haskell.org/trac/ghc/ticket/5064#comment:1>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
_______________________________________________
Glasgow-haskell-bugs mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs