Initial implementation of mmix cross-compile

This commit is contained in:
Ben Siraphob
2020-11-09 19:49:55 +07:00
parent b52da4e641
commit 445dde6304
8 changed files with 79 additions and 16 deletions
@@ -179,6 +179,7 @@ stdenv.mkDerivation {
mips64 = "btsmip";
mips64el = "ltsmip";
}.${targetPlatform.parsed.cpu.name}
else if targetPlatform.isMmix then "mmix"
else if targetPlatform.isPower then if targetPlatform.isBigEndian then "ppc" else "lppc"
else if targetPlatform.isSparc then "sparc"
else if targetPlatform.isMsp430 then "msp430"