lib.systems: add ppc32 target

This commit is contained in:
Marie Ramlow 2025-08-25 14:08:32 +02:00 committed by Alyssa Ross
parent 69cde4d543
commit b6d48619ed
3 changed files with 8 additions and 0 deletions

View file

@ -45,6 +45,7 @@ let
"mips64-linux"
"mips64el-linux"
"mipsel-linux"
"powerpc-linux"
"powerpc64-linux"
"powerpc64le-linux"
"riscv32-linux"

View file

@ -36,6 +36,11 @@ rec {
};
};
ppc32 = {
config = "powerpc-unknown-linux-gnu";
rust.rustcTarget = "powerpc-unknown-linux-gnu";
};
sheevaplug = {
config = "armv5tel-unknown-linux-gnueabi";
}

View file

@ -94,6 +94,7 @@ lib.runTests (
];
testmmix = mseteq mmix [ "mmix-mmixware" ];
testpower = mseteq power [
"powerpc-linux"
"powerpc-netbsd"
"powerpc-none"
"powerpc64-linux"
@ -174,6 +175,7 @@ lib.runTests (
"mips64-linux"
"mips64el-linux"
"mipsel-linux"
"powerpc-linux"
"powerpc64-linux"
"powerpc64le-linux"
"riscv32-linux"