[GHC] #8910: cross compiling for x86_64 solaris2

GHC ghc-devs at haskell.org
Wed Mar 26 15:37:41 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):

 I'm just trying to use the stage1 cross compiler that I installed using
 "gmake install" (and adding properly named links) to compile another ghc
 tree. However, if my "gcc -m64" gcc-script is in the path ./configure
 shows the following, which cannot really work:

 {{{
 checking build system type... x86_64-pc-solaris2.10
 checking host system type... x86_64-pc-solaris2.10
 checking target system type... x86_64-pc-solaris2.10
 Build platform inferred as: i386-unknown-solaris2
 Host platform inferred as: i386-unknown-solaris2
 Target platform inferred as: i386-unknown-solaris2
 GHC build  : i386-unknown-solaris2
 GHC host   : i386-unknown-solaris2
 GHC target : i386-unknown-solaris2
 }}}

 x86_64-pc-solaris2.10 is canonicalized to i386-unknown-solaris2.

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


More information about the ghc-tickets mailing list