
#8816: Make SPARC registerised again. ------------------------------------------+--------------------------- Reporter: kgardas | Owner: Type: feature request | Status: new Priority: normal | Milestone: Component: Compiler | Version: Resolution: | Keywords: Operating System: Solaris | Architecture: sparc Type of failure: None/Unknown | Difficulty: Unknown Test Case: | Blocked By: 8847 Blocking: | Related Tickets: Differential Revisions: | ------------------------------------------+--------------------------- Comment (by thomie): This may be obvious, but that default is decided in `configure.ac`: {{{ dnl ** Do an unregisterised build? dnl -------------------------------------------------------------- case "$HostArch" in i386|x86_64|powerpc|arm) UnregisterisedDefault=NO ;; *) UnregisterisedDefault=YES ;; esac }}} Last changed in commit f917eeb824cfb7143dde9b12e501d4ddb0049b65. But before adding `|sparc` to that list, at least #8847 needs to be fixed first. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/8816#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler