diff options
author | Ian Lynagh <igloo@earth.li> | 2009-05-20 17:05:08 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-05-20 17:05:08 +0000 |
commit | 4dcfb2392def4fbd6f2c48309874bca2a012785c (patch) | |
tree | d78e64f4b02705355c735ddad4ec00115da381eb /compiler/main | |
parent | 5368455619482deeb90af1b3b85784bc4b57a09d (diff) | |
download | haskell-4dcfb2392def4fbd6f2c48309874bca2a012785c.tar.gz |
Need to pass gcc -m64 on amd64 OSX
Diffstat (limited to 'compiler/main')
-rw-r--r-- | compiler/main/DynFlags.hs | 2 |
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 |