[GHC] #12981: SMP never enabled on ARMv7

#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

#12981: SMP never enabled on ARMv7 ----------------------------------------+----------------------------- Reporter: orion | Owner: Type: bug | Status: new Priority: normal | Milestone: Component: Build System | Version: 8.0.1 Resolution: | 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: | ----------------------------------------+----------------------------- Changes (by orion): * Attachment "smp-arm-fix.patch" added. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12981 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12981: SMP never enabled on ARMv7
----------------------------------------+-----------------------------
Reporter: orion | Owner:
Type: bug | Status: new
Priority: normal | Milestone:
Component: Build System | Version: 8.0.1
Resolution: | 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: |
----------------------------------------+-----------------------------
Comment (by Sergei Trofimovich

#12981: SMP never enabled on ARMv7 ----------------------------------------+----------------------------- Reporter: orion | Owner: Type: bug | Status: merge Priority: normal | Milestone: 8.0.2 Component: Build System | Version: 8.0.1 Resolution: | 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: | ----------------------------------------+----------------------------- Changes (by slyfox): * status: new => merge * milestone: => 8.0.2 Comment: Nice catch! The fix is worth backporting to 8.0. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12981#comment:2 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler

#12981: SMP never enabled on ARMv7 ----------------------------------------+------------------------------ Reporter: orion | Owner: Type: bug | Status: closed Priority: normal | Milestone: 8.0.2 Component: Build System | Version: 8.0.1 Resolution: fixed | 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: | ----------------------------------------+------------------------------ Changes (by bgamari): * status: merge => closed * resolution: => fixed Comment: Merged in 7b4ab5bde04c2cd49681068c290a3a19111ea401. -- Ticket URL: http://ghc.haskell.org/trac/ghc/ticket/12981#comment:3 GHC http://www.haskell.org/ghc/ The Glasgow Haskell Compiler
participants (1)
-
GHC