systems: support TI MSP430 microcontrollers

This commit is contained in:
Aaron Lindsay
2019-03-25 20:33:58 -07:00
parent a620334527
commit 1eca945e94
5 changed files with 9 additions and 0 deletions
@@ -186,6 +186,7 @@ stdenv.mkDerivation {
}.${targetPlatform.parsed.cpu.name}
else if targetPlatform.isPower then if targetPlatform.isBigEndian then "ppc" else "lppc"
else if targetPlatform.isSparc then "sparc"
else if targetPlatform.isMsp430 then "msp430"
else if targetPlatform.isAvr then "avr"
else if targetPlatform.isAlpha then "alpha"
else throw "unknown emulation for platform: " + targetPlatform.config;