[GHC] #12981: SMP never enabled on ARMv7
GHC
ghc-devs at haskell.org
Thu Dec 15 03:51:40 UTC 2016
#12981: SMP never enabled on ARMv7
-------------------------------------+-------------------------------------
Reporter: orion | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 8.0.1
Keywords: | Operating System: Unknown/Multiple
Architecture: arm | Type of failure: Building GHC
| failed
Test Case: | Blocked By:
Blocking: | Related Tickets:
Differential Rev(s): | Wiki Page:
-------------------------------------+-------------------------------------
SMP support should be enabled on ARMv7, however I have been unable to
force it so. The problem lies in `mk/config.mk.in`, where double quotes
have been erroneously added around the `ArchSupportsSMP` variable. This
causes the `GhcWithSMP` variable to always be `NO` when building for ARM.
--
Ticket URL: <http://ghc.haskell.org/trac/ghc/ticket/12981>
GHC <http://www.haskell.org/ghc/>
The Glasgow Haskell Compiler
More information about the ghc-tickets
mailing list