Merge #179628: make-bootstrap-tools-cross: add mips32el

This commit is contained in:
Vladimír Čunát 2022-07-27 13:12:10 +02:00
commit a0e2bdeb84
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -23,6 +23,7 @@ in lib.mapAttrs (n: make) (with lib.systems.examples; {
riscv64 = riscv64;
mips64el-linux-gnuabin32 = mips64el-linux-gnuabin32;
mips64el-linux-gnuabi64 = mips64el-linux-gnuabi64;
mipsel-linux-gnu = mipsel-linux-gnu;
powerpc64 = ppc64;
powerpc64-musl = ppc64-musl;
powerpc64le = powernv;