Skip to content
Snippets Groups Projects
Commit 03712ed1 authored by Duncan Coutts's avatar Duncan Coutts
Browse files

GHC-7.6+ on ARM does support -threaded

Thanks to Austin Seipp <austin@well-typed.com>
parent 372ee377
No related branches found
No related tags found
No related merge requests found
...@@ -143,7 +143,8 @@ executable cabal ...@@ -143,7 +143,8 @@ executable cabal
else else
build-depends: unix >= 2.0 && < 2.8 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 cc-options: -DCABAL_NO_THREADED
else else
ghc-options: -threaded 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