[GHC] #13792: Allow building using distro GCC on Windows
#13792: Allow building using distro GCC on Windows ----------------------------------------+--------------------------------- Reporter: Phyx- | Owner: (none) Type: feature request | Status: new Priority: normal | Milestone: 8.4.1 Component: Build System | Version: 8.0.1 Keywords: | Operating System: Windows Architecture: Unknown/Multiple | Type of failure: None/Unknown Test Case: | Blocked By: Blocking: | Related Tickets: Differential Rev(s): | Wiki Page: ----------------------------------------+--------------------------------- Allow the building of GHC on Windows using distro compiler (msys2) instead of using a bundled GCC. This should make testing new GCCs and binutils easier but also make it easier to build the msys2 variant of GHC. -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13792> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13792: Allow building using distro GCC on Windows -------------------------------------+------------------------------------- Reporter: Phyx- | Owner: Phyx- Type: feature request | Status: new Priority: normal | Milestone: 8.4.1 Component: Build System | Version: 8.0.1 Resolution: | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | -------------------------------------+------------------------------------- Changes (by Phyx-): * owner: (none) => Phyx- -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13792#comment:1> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13792: Allow building using distro GCC on Windows -------------------------------------+------------------------------------- Reporter: Phyx- | Owner: Phyx- Type: feature request | Status: patch Priority: normal | Milestone: 8.4.1 Component: Build System | Version: 8.0.1 Resolution: | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3637 Wiki Page: | -------------------------------------+------------------------------------- Changes (by Phyx-): * status: new => patch * differential: => Phab:D3637 -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13792#comment:2> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13792: Allow building using distro GCC on Windows -------------------------------------+------------------------------------- Reporter: Phyx- | Owner: Phyx- Type: feature request | Status: patch Priority: normal | Milestone: 8.4.1 Component: Build System | Version: 8.0.1 Resolution: | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3637 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Tamar Christina <tamar@…>): In [changeset:"fda094d000cf2c2874a8205c8212cb83b52259ef/ghc" fda094d/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="fda094d000cf2c2874a8205c8212cb83b52259ef" Provide way to build using existing C compiler on Windows. Summary: There are various distros that build GHC using their own C compilers such as MSYS2. Currently they have to patch the build scripts everytime. This patch provides the configure argument `--enable-distro-toolchain` which allows one to build using any C compiler on the path. This is also useful for testing new versions of GCC. Test Plan: ./configure --enable-distro-toolchain && make - && make THREADS=9 test ./validate Reviewers: austin, hvr, bgamari Reviewed By: bgamari Subscribers: rwbarton, thomie, erikd, #ghc_windows_task_force GHC Trac Issues: #13792 Differential Revision: https://phabricator.haskell.org/D3637 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13792#comment:3> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13792: Allow building using distro GCC on Windows -------------------------------------+------------------------------------- Reporter: Phyx- | Owner: Phyx- Type: feature request | Status: merge Priority: normal | Milestone: 8.4.1 Component: Build System | Version: 8.0.1 Resolution: | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3637 Wiki Page: | -------------------------------------+------------------------------------- Changes (by Phyx-): * status: patch => merge -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13792#comment:4> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13792: Allow building using distro GCC on Windows -------------------------------------+------------------------------------- Reporter: Phyx- | Owner: Phyx- Type: feature request | Status: closed Priority: normal | Milestone: 8.4.1 Component: Build System | Version: 8.0.1 Resolution: fixed | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3637 Wiki Page: | -------------------------------------+------------------------------------- Changes (by Phyx-): * status: merge => closed * resolution: => fixed -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13792#comment:5> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
#13792: Allow building using distro GCC on Windows -------------------------------------+------------------------------------- Reporter: Phyx- | Owner: Phyx- Type: feature request | Status: closed Priority: normal | Milestone: 8.4.1 Component: Build System | Version: 8.0.1 Resolution: fixed | Keywords: Operating System: Windows | Architecture: | Unknown/Multiple Type of failure: None/Unknown | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Phab:D3637 Wiki Page: | -------------------------------------+------------------------------------- Comment (by Tamar Christina <tamar@…>): In [changeset:"cbbf0837d47622f1a3e889a59690d96e7947c6cd/ghc" cbbf083/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="cbbf0837d47622f1a3e889a59690d96e7947c6cd" fix dllwrap issue. Summary: Always set dllwrap and windres values. Reviewers: austin, hvr, bgamari, trofi Reviewed By: trofi Subscribers: rwbarton, thomie, erikd GHC Trac Issues: #13792 Differential Revision: https://phabricator.haskell.org/D3775 }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/13792#comment:6> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler
participants (1)
-
GHC