[GHC] #8910: cross compiling for x86_64 solaris2

GHC ghc-devs at haskell.org
Wed Mar 26 15:51:45 UTC 2014


#8910: cross compiling for x86_64 solaris2
----------------------------------+----------------------------------
        Reporter:  maeder         |            Owner:
            Type:  task           |           Status:  new
        Priority:  normal         |        Milestone:
       Component:  Compiler       |          Version:  7.8.1-rc2
      Resolution:                 |         Keywords:
Operating System:  Solaris        |     Architecture:  x86_64 (amd64)
 Type of failure:  Runtime crash  |       Difficulty:  Unknown
       Test Case:                 |       Blocked By:
        Blocking:                 |  Related Tickets:
----------------------------------+----------------------------------

Comment (by maeder):

 Even if I add "--build=x86_64-pc-solaris2 --target=x86_64-pc-solaris2
 --host=x86_64-pc-solaris2", configure complains:

 {{{
 checking build system type... x86_64-pc-solaris2
 checking host system type... x86_64-pc-solaris2
 checking target system type... x86_64-pc-solaris2
 GHC build  : x86_64-unknown-solaris2
 GHC host   : x86_64-unknown-solaris2
 GHC target : x86_64-unknown-solaris2
 This GHC (/local/home/maeder/haskell/ghc-7.8-x64/bin/ghc) does not
 generate code for the build platform
    GHC target platform    : i386-unknown-solaris2
    Desired build platform : x86_64-unknown-solaris2
 }}}

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


More information about the ghc-tickets mailing list