X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2Fmain%2FDynFlags.hs;h=ad17fa670cb37a482fe0c417e02e6852536efc6d;hb=97a8fe8780307e95829034117efa98d2e27109cd;hp=764fb91079fe01a0e0dca4add86b49820fa91ad4;hpb=88605454e4bf30d7fca2b0eea4643c5637afd5cc;p=ghc-hetmet.git diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs index 764fb91..ad17fa6 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