[GHC] #3814: Compile to more than one (sub)-architecture

GHC ghc-devs at haskell.org
Mon Dec 22 01:08:51 UTC 2014


#3814: Compile to more than one (sub)-architecture
-------------------------------------+-------------------------------------
              Reporter:  filcab      |            Owner:
                  Type:  feature     |           Status:  closed
  request                            |        Milestone:  ⊥
              Priority:  normal      |          Version:  6.12.1
             Component:  Compiler    |         Keywords:  architecture,
            Resolution:  duplicate   |  compiler, x86_64
      Operating System:              |     Architecture:  Unknown/Multiple
  Unknown/Multiple                   |       Difficulty:  Unknown
       Type of failure:              |       Blocked By:
  None/Unknown                       |  Related Tickets:  #4163
             Test Case:              |
              Blocking:              |
Differential Revisions:              |
-------------------------------------+-------------------------------------

Comment (by rwbarton):

 The description touches on two issues: (1) being able to cross-compile at
 all and (2) being able to generate code for several different targets with
 the same compiler by using command-line switches. We have (1) currently
 (though it's a bit DIY), but not (2). But I'll let someone else file a
 feature request for (2) if they want it, since I'm not convinced it's
 sufficiently more valuable than just having one ghc installed for each
 target.

--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/3814#comment:10>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler


More information about the ghc-tickets mailing list