systems: fixup from last commit

it’s powerpc-none not ppc-none
This commit is contained in:
Matthew Bauer 2019-06-04 13:42:14 -04:00
parent f7c7207a3f
commit de70b76779

View file

@ -24,7 +24,7 @@ let
"riscv32-linux" "riscv64-linux"
"aarch64-none" "avr-none" "arm-none" "i686-none" "x86_64-none" "ppc-none" "msp430-none"
"aarch64-none" "avr-none" "arm-none" "i686-none" "x86_64-none" "powerpc-none" "msp430-none"
];
allParsed = map parse.mkSystemFromString all;