#11211: Please add initial platform support for sparc64 ----------------------------------------+------------------------------ Reporter: glaubitz | Owner: Type: bug | Status: patch Priority: highest | Milestone: 8.0.1 Component: Compiler | Version: 7.10.2 Resolution: | Keywords: Operating System: Linux | Architecture: Other Type of failure: Building GHC failed | Test Case: Blocked By: | Blocking: Related Tickets: | Differential Rev(s): Wiki Page: | ----------------------------------------+------------------------------ Comment (by Sergei Trofimovich <siarheit@…>): In [changeset:"59de6e84ff022ddca540724ab1aa0577c6aa2363/ghc" 59de6e8/ghc]: {{{ #!CommitTicketReference repository="ghc" revision="59de6e84ff022ddca540724ab1aa0577c6aa2363" Add sparc64 a known architecture (Ticket #11211) Explicitly pass "--no-relax" on ArchSPARC64 (as ArchSPARC does) where gcc's default specs set "-mrelax" which conflicts with "-Wl,-r". Known architecture will also help extending sparc NCG support 64-bit ABI. Signed-off-by: John Paul Adrian Glaubitz <glaubitz@physik.fu-berlin.de> Signed-off-by: Sergei Trofimovich <siarheit@google.com> }}} -- Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/11211#comment:11> GHC <http://www.haskell.org/ghc/> The Glasgow Haskell Compiler