[GHC] #14274: Host normalization causes problem with configure.
#14274: Host normalization causes problem with configure. ----------------------------------------+---------------------------- Reporter: Phyx- | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.2.1 Keywords: | Operating System: Windows Architecture: Unknown/Multiple | Type of failure: Other Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------------+---------------------------- The host normalization we do causes problems with configure, because we change the triple autoconf seems to think we're always cross compiling on Windows. So `AC_CHECK_TARGET_TOOL` always fails and ends up looking for `-<toolname>`. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14274> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#14274: Host normalization causes problem with configure. ---------------------------------+---------------------------------------- Reporter: Phyx- | Owner: (none) Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.2.1 Resolution: | Keywords: Operating System: Windows | Architecture: Unknown/Multiple Type of failure: Other | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ---------------------------------+---------------------------------------- Comment (by Tamar Christina <tamar@…>): In [changeset:"c839c57ed372203b05407b2042d00c188af75310/ghc" c839c57e/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="c839c57ed372203b05407b2042d00c188af75310" Fix the searching of target AR tool Summary: Ar was being checked twice prior to D3883 where I removed one of the checks because the converted path was being overridden after the check because of the second check for Ar. However the one in configure.ac was a target check so I'm changing the path check to a target check now. Test Plan: ./configure Reviewers: angerman, austin, hvr, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, erikd GHC Trac Issues: #14274 Differential Revision: https://phabricator.haskell.org/D4020 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/14274#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC