From: wolfgang Date: Fri, 23 May 2003 21:40:04 +0000 (+0000) Subject: [project @ 2003-05-23 21:40:04 by wolfgang] X-Git-Tag: Approx_11550_changesets_converted~863 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=72ad05c2cf3f60ecf535b66e42ad2bef1a5832d9 [project @ 2003-05-23 21:40:04 by wolfgang] Enable Native Code Generator for PowerPC by default. MERGE TO STABLE --- diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs index 84c9490..19f027d 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -340,7 +340,8 @@ data HscLang defaultHscLang | cGhcWithNativeCodeGen == "YES" && (prefixMatch "i386" cTARGETPLATFORM || - prefixMatch "sparc" cTARGETPLATFORM) = HscAsm + prefixMatch "sparc" cTARGETPLATFORM || + prefixMatch "powerpc" cTARGETPLATFORM) = HscAsm | otherwise = HscC defaultDynFlags = DynFlags {