···179179 mips64 = "btsmip";
180180 mips64el = "ltsmip";
181181 }.${targetPlatform.parsed.cpu.name}
182182+ else if targetPlatform.isMmix then "mmix"
182183 else if targetPlatform.isPower then if targetPlatform.isBigEndian then "ppc" else "lppc"
183184 else if targetPlatform.isSparc then "sparc"
184185 else if targetPlatform.isMsp430 then "msp430"