summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2012-08-07 02:37:46 +0100
committerIan Lynagh <ian@well-typed.com>2012-08-07 02:37:46 +0100
commit46b5c197f9f2c8ed012251289400fbc7189b1acb (patch)
tree2c7dff6a0683de10b48bbb11e9eda60ec6c1e227 /compiler/ghc.cabal.in
parentf917eeb824cfb7143dde9b12e501d4ddb0049b65 (diff)
downloadhaskell-46b5c197f9f2c8ed012251289400fbc7189b1acb.tar.gz
Define callerSaves for all platforms
This means that we now generate the same code whatever platform we are on, which should help avoid changes on one platform breaking the build on another. It's also another step towards full cross-compilation.
Diffstat (limited to 'compiler/ghc.cabal.in')
-rw-r--r--compiler/ghc.cabal.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/compiler/ghc.cabal.in b/compiler/ghc.cabal.in
index ec91e23e0c..9eaa0ef1de 100644
--- a/compiler/ghc.cabal.in
+++ b/compiler/ghc.cabal.in
@@ -200,6 +200,7 @@ Library
PprCmmDecl
PprCmmExpr
Bitmap
+ CallerSaves
CgBindery
CgCallConv
CgCase