Skip to content
Snippets Groups Projects
Commit c71baf17 authored by Duncan Coutts's avatar Duncan Coutts Committed by tibbe
Browse files

GHC-7.6+ on ARM does support -threaded

Thanks to Austin Seipp <austin@well-typed.com>
(cherry picked from commit 03712ed1)
parent 877ef347
No related branches found
No related tags found
No related merge requests found
......@@ -142,7 +142,8 @@ executable cabal
else
build-depends: unix >= 2.0 && < 2.8
if arch(arm)
if arch(arm) && impl(ghc < 7.6)
-- older ghc on arm does not supprt -threaded
cc-options: -DCABAL_NO_THREADED
else
ghc-options: -threaded
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment