summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorMatthew Bauer <mjbauer95@gmail.com>2019-06-04 13:42:14 -0400
committerMatthew Bauer <mjbauer95@gmail.com>2019-06-04 13:42:14 -0400
commitde70b767796bfa3545d5fa565022d47b65eab8bc (patch)
tree797f2fa25ee93e889ea9f866a6e6e1f3a223b593 /lib
parentf7c7207a3fb69a00faf6aad5a165e3c53c1c1c6c (diff)
systems: fixup from last commit
it’s powerpc-none not ppc-none
Diffstat (limited to 'lib')
-rw-r--r--lib/systems/doubles.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/systems/doubles.nix b/lib/systems/doubles.nix
index 68c5a1aa815e..f215090f06c1 100644
--- a/lib/systems/doubles.nix
+++ b/lib/systems/doubles.nix
@@ -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;