summaryrefslogtreecommitdiff
path: root/compiler/main
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-05-20 17:05:08 +0000
committerIan Lynagh <igloo@earth.li>2009-05-20 17:05:08 +0000
commit4dcfb2392def4fbd6f2c48309874bca2a012785c (patch)
treed78e64f4b02705355c735ddad4ec00115da381eb /compiler/main
parent5368455619482deeb90af1b3b85784bc4b57a09d (diff)
downloadhaskell-4dcfb2392def4fbd6f2c48309874bca2a012785c.tar.gz
Need to pass gcc -m64 on amd64 OSX
Diffstat (limited to 'compiler/main')
-rw-r--r--compiler/main/DynFlags.hs2
1 files changed, 0 insertions, 2 deletions
diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 764fb91079..ad17fa670c 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -2288,8 +2288,6 @@ machdepCCOpts _dflags
-- for "normal" programs, but it doesn't support register variable
-- declarations.
= ( [], ["-no-cpp-precomp"] )
-#elif x86_64_apple_darwin_TARGET
- = ( ["-m64"], [] )
#else
= ( [], [] )
#endif