make-bootstrap-tools-cross: enable Hydra builds of mips32el bootstrap-files

This one-line commit will cause Hydra to build a bootstrap-files
tarball for 32-bit little-endian MIPS.
This commit is contained in:
Adam Joseph 2022-06-29 14:48:13 -07:00
parent 3d0e426771
commit ea32f3e523

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;