summaryrefslogtreecommitdiff
path: root/rts/ghc.mk
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2012-03-15 16:38:39 +0000
committerIan Lynagh <igloo@earth.li>2012-03-15 17:05:16 +0000
commit0268a23c34417849ec05603254311f979af97c41 (patch)
tree8269f7835e950348706d88d7ecb3e3939ab1d480 /rts/ghc.mk
parentb0b76b2e926d08582538e2d31b18a1d80b83398d (diff)
downloadhaskell-0268a23c34417849ec05603254311f979af97c41.tar.gz
More fixes for Win64
Diffstat (limited to 'rts/ghc.mk')
-rw-r--r--rts/ghc.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ghc.mk b/rts/ghc.mk
index 99b917cd56..9eb933ed21 100644
--- a/rts/ghc.mk
+++ b/rts/ghc.mk
@@ -28,7 +28,7 @@ all_rts : $(ALL_RTS_LIBS)
ALL_DIRS = hooks parallel sm eventlog
-ifeq "$(HOSTPLATFORM)" "i386-unknown-mingw32"
+ifeq "$(HostOS_CPP)" "mingw32"
ALL_DIRS += win32
else
ALL_DIRS += posix