Need to pass gcc -m64 on amd64 OSX
authorIan Lynagh <igloo@earth.li>
Wed, 20 May 2009 17:05:08 +0000 (17:05 +0000)
committerIan Lynagh <igloo@earth.li>
Wed, 20 May 2009 17:05:08 +0000 (17:05 +0000)
compiler/main/DynFlags.hs

index 764fb91..ad17fa6 100644 (file)
@@ -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